#2654BC

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

Shades of Cerulean Blue #2654BC

Tints of Cerulean Blue #2654BC

Color information

#2654BC (or 0x2654BC) is unknown color: approx Cerulean Blue. HEX triplet: 26, 54 and BC. RGB value is (38,84,188). Sum of RGB (Red+Green+Blue) = 38+84+188=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2654BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654BC is #D9AB43. Grayscale: #515151. Windows color (decimal): -14265156 or 12342310. OLE color: 12342310.

HSL color Cylindrical-coordinate representation of color #2654BC: hue angle of 221.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2654BC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3884188-
CMYK0.800.5500.26
HSL221.6º66.37%44.31%-
HSV(B)221.6º79.79%73.73%-
XYZ13.0510.3848.89-
YUV82.1187.7696.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.26%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=12.26%
G=27.10%
B=60.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38841880.800.5500.26221.666.3744.31
Hex2654BC503701Ade422c
Octal461242741206703233610254
Binary1001101010100101111001010000110111011010110111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2654BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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