#2B5CC6

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

Shades of Cerulean Blue #2B5CC6

Tints of Cerulean Blue #2B5CC6

Color information

#2B5CC6 (or 0x2B5CC6) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5C and C6. RGB value is (43,92,198). Sum of RGB (Red+Green+Blue) = 43+92+198=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B5CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5CC6 is #D4A339. Grayscale: #585858. Windows color (decimal): -13935418 or 12999723. OLE color: 12999723.

HSL color Cylindrical-coordinate representation of color #2B5CC6: hue angle of 221.03º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5CC6 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4392198-
CMYK0.780.5400.22
HSL221.03º64.32%47.25%-
HSV(B)221.03º78.28%77.65%-
XYZ15.0212.2555-
YUV89.43189.2794.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.91%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 198 (77.73% from 255) = 59.46%
R=12.91%
G=27.63%
B=59.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43921980.780.5400.22221.0364.3247.25
Hex2B5CC64E36016dd402f
Octal531343061166602633510057
Binary1010111011100110001101001110110110010110110111011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B5CC6; }

 p { color: rgb(43,92,198); }

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

<style>
 a { background-color: #2B5CC6; }

 a { background-color: rgb(43,92,198); }

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

<style>
 span { border-color: #2B5CC6; }

 span { border-color: rgb(43,92,198); }

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