#2950CC

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

Shades of Cerulean Blue #2950CC

Tints of Cerulean Blue #2950CC

Color information

#2950CC (or 0x2950CC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 50 and CC. RGB value is (41,80,204). Sum of RGB (Red+Green+Blue) = 41+80+204=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2950CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950CC is #D6AF33. Grayscale: #515151. Windows color (decimal): -14069556 or 13389865. OLE color: 13389865.

HSL color Cylindrical-coordinate representation of color #2950CC: hue angle of 225.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2950CC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4180204-
CMYK0.800.6100.2
HSL225.64º66.53%48.04%-
HSV(B)225.64º79.9%80%-
XYZ14.6810.5758.39-
YUV82.48196.5898.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 204 (80.08% from 255) = 62.77%
R=12.62%
G=24.62%
B=62.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41802040.800.6100.2225.6466.5348.04
Hex2950CC503D014e24330
Octal511203141207502434210360
Binary1010011010000110011001010000111101010100111000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2950CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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