#2950C9

Color #2950C9 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2950C9

Tints of Cerulean Blue #2950C9

Color information

#2950C9 (or 0x2950C9) is unknown color: approx Cerulean Blue. HEX triplet: 29, 50 and C9. RGB value is (41,80,201). Sum of RGB (Red+Green+Blue) = 41+80+201=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #2950C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950C9 is #D6AF36. Grayscale: #515151. Windows color (decimal): -14069559 or 13193257. OLE color: 13193257.

HSL color Cylindrical-coordinate representation of color #2950C9: hue angle of 225.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2950C9 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4180201-
CMYK0.800.6000.21
HSL225.38º66.12%47.45%-
HSV(B)225.38º79.6%78.82%-
XYZ14.3310.4356.52-
YUV82.13195.0898.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 12.73%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 201 (78.91% from 255) = 62.42%
R=12.73%
G=24.84%
B=62.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41802010.800.6000.21225.3866.1247.45
Hex2950C9503C015e1422f
Octal511203111207402534110257
Binary1010011010000110010011010000111100010101111000011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2950C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2950C9; }

 p { color: rgb(41,80,201); }

 H1.HeaderClassName
 {
   color: #2950C9;
 }
 .AnyTagClassName
 {
   color: #2950C9;
 }
</style>
background-color css

<style>
 a { background-color: #2950C9; }

 a { background-color: rgb(41,80,201); }

 div.DivClassName
 {
   background-color: #2950C9;
 }
 .BgClassName
 {
   background-color: #2950C9;
 }
</style>
border-color css

<style>
 span { border-color: #2950C9; }

 span { border-color: rgb(41,80,201); }

 td.TdClassName
 {
   border-color: #2950C9;
 }
 .TagClassName
 {
   border-color: #2950C9;
 }
</style>