#2B67C5

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

Shades of Cerulean Blue #2B67C5

Tints of Cerulean Blue #2B67C5

Color information

#2B67C5 (or 0x2B67C5) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 67 and C5. RGB value is (43,103,197). Sum of RGB (Red+Green+Blue) = 43+103+197=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #2B67C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B67C5 is #D4983A. Grayscale: #5F5F5F. Windows color (decimal): -13932603 or 12937003. OLE color: 12937003.

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

Color convert

RGB43103197-
CMYK0.780.4800.23
HSL216.62º64.17%47.06%-
HSV(B)216.62º78.17%77.25%-
XYZ15.9214.2554.73-
YUV95.78185.1290.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.54%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 197 (77.34% from 255) = 57.43%
R=12.54%
G=30.03%
B=57.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal431031970.780.4800.23216.6264.1747.06
Hex2B67C54E30017d9402f
Octal531473051166002733110057
Binary1010111100111110001011001110110000010111110110011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B67C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,197); }

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

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

 a { background-color: rgb(43,103,197); }

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

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

 span { border-color: rgb(43,103,197); }

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