#2650CC

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

Shades of Cerulean Blue #2650CC

Tints of Cerulean Blue #2650CC

Color information

#2650CC (or 0x2650CC) is unknown color: approx Cerulean Blue. HEX triplet: 26, 50 and CC. RGB value is (38,80,204). Sum of RGB (Red+Green+Blue) = 38+80+204=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #2650CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650CC is #D9AF33. Grayscale: #515151. Windows color (decimal): -14266164 or 13389862. OLE color: 13389862.

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

Color convert

RGB3880204-
CMYK0.810.6100.2
HSL224.82º68.6%47.45%-
HSV(B)224.82º81.37%80%-
XYZ14.5710.5158.39-
YUV81.58197.0996.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.80%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 204 (80.08% from 255) = 63.35%
R=11.80%
G=24.84%
B=63.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal38802040.810.6100.2224.8268.647.45
Hex2650CC513D014e1452f
Octal461203141217502434110557
Binary1001101010000110011001010001111101010100111000011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2650CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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