#2654C4

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

Shades of Cerulean Blue #2654C4

Tints of Cerulean Blue #2654C4

Color information

#2654C4 (or 0x2654C4) is unknown color: approx Cerulean Blue. HEX triplet: 26, 54 and C4. RGB value is (38,84,196). Sum of RGB (Red+Green+Blue) = 38+84+196=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 196 (76.95% from 255 or 61.64% from 318); Max value from RGB is 196 - color contains mainly: blue. Hex color #2654C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654C4 is #D9AB3B. Grayscale: #525252. Windows color (decimal): -14265148 or 12866598. OLE color: 12866598.

HSL color Cylindrical-coordinate representation of color #2654C4: hue angle of 222.53º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2654C4 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3884196-
CMYK0.810.5700.23
HSL222.53º67.52%45.88%-
HSV(B)222.53º80.61%76.86%-
XYZ13.9310.7453.56-
YUV83.01191.7695.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.95%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 196 (76.95% from 255) = 61.64%
R=11.95%
G=26.42%
B=61.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal38841960.810.5700.23222.5367.5245.88
Hex2654C45139017df442e
Octal461243041217102733710456
Binary1001101010100110001001010001111001010111110111111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2654C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2654C4; }

 p { color: rgb(38,84,196); }

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

<style>
 a { background-color: #2654C4; }

 a { background-color: rgb(38,84,196); }

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

<style>
 span { border-color: #2654C4; }

 span { border-color: rgb(38,84,196); }

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