Html Css Color HEX #2B64BE Cerulean Blue

📋 copy color: '#2B64BE'

red 43 ◦ green 100 ◦ blue 190

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

Shades of Cerulean Blue #2B64BE

Tints of Cerulean Blue #2B64BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 12.91%
G = 30.03%
B = 57.06%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B64BE (or 0x2B64BE) is known color: Cerulean Blue. HEX triplet: 2B, 64 and BE. RGB value is (43,100,190). Sum of RGB (Red+Green+Blue) = 43+100+190=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B64BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64BE is #D49B41. Grayscale: #5C5C5C. Windows color (decimal): -13933378 or 12477483. OLE color: 12477483.

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

Color convert

RGB 43 100 190 -
CMYK 0.77 0.47 0 0.25
HSL 216.73º 0.63% 0.46% -
HSV(B) 216.73º 0.77% 0.75% -
XYZ 14.85 13.35 50.51 -
YUV 93.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 43 100 190 0.77 0.47 0 0.25 216.73 0.63 0.46
Hex 2B 64 BE 4D 2F 0 19 D9 3F 2E
Octal 53 144 276 115 57 0 31 331 77 56
Binary 101011 1100100 10111110 1001101 101111 0 11001 11011001 111111 101110

Color Harmonies of #2B64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B64BE

Black with #2B64BE

Text Example


Text Example

White with #2B64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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