Html Css Color HEX #2B64BC Cerulean Blue

📋 copy color: '#2B64BC'

red 43 ◦ green 100 ◦ blue 188

#2B64BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2B64BC

Tints of Cerulean Blue #2B64BC

RGB

 RED value IS 43 (17.19% from 255) = 12.99%

 GREEN value IS 100 (39.45% from 255) = 30.21%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 12.99%
G = 30.21%
B = 56.8%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B64BC (or 0x2B64BC) is known color: Cerulean Blue. HEX triplet: 2B, 64 and BC. RGB value is (43,100,188). Sum of RGB (Red+Green+Blue) = 43+100+188=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B64BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64BC is #D49B43. Grayscale: #5C5C5C. Windows color (decimal): -13933380 or 12346411. OLE color: 12346411.

HSL color Cylindrical-coordinate representation of color #2B64BC: hue angle of 216.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B64BC is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 100 188 -
CMYK 0.77 0.47 0 0.26
HSL 216.41º 0.63% 0.45% -
HSV(B) 216.41º 0.77% 0.74% -
XYZ 14.63 13.26 49.37 -
YUV 92.99 181.62 92.34 -
System Red Green Blue C M Y K H S L
Decimal 43 100 188 0.77 0.47 0 0.26 216.41 0.63 0.45
Hex 2B 64 BC 4D 2F 0 1A D8 3F 2D
Octal 53 144 274 115 57 0 32 330 77 55
Binary 101011 1100100 10111100 1001101 101111 0 11010 11011000 111111 101101

Color Harmonies of #2B64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B64BC

Black with #2B64BC

Text Example


Text Example

White with #2B64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,100,188); }

 H1.HeaderClassName
 {
   color: #2B64BC;
 }
 .AnyTagClassName
 {
   color: #2B64BC;
 }
</style>

background-color css

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

 a { background-color: rgb(43,100,188); }

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

border-color css

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

 span { border-color: rgb(43,100,188); }

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