Html Css Color HEX #2B64BF Cerulean Blue

📋 copy color: '#2B64BF'

red 43 ◦ green 100 ◦ blue 191

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

Shades of Cerulean Blue #2B64BF

Tints of Cerulean Blue #2B64BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 12.87%
G = 29.94%
B = 57.19%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B64BF (or 0x2B64BF) is known color: Cerulean Blue. HEX triplet: 2B, 64 and BF. RGB value is (43,100,191). Sum of RGB (Red+Green+Blue) = 43+100+191=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B64BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64BF is #D49B40. Grayscale: #5C5C5C. Windows color (decimal): -13933377 or 12543019. OLE color: 12543019.

HSL color Cylindrical-coordinate representation of color #2B64BF: hue angle of 216.89º 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 #2B64BF is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 100 191 -
CMYK 0.77 0.48 0 0.25
HSL 216.89º 0.63% 0.46% -
HSV(B) 216.89º 0.77% 0.75% -
XYZ 14.96 13.39 51.09 -
YUV 93.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 43 100 191 0.77 0.48 0 0.25 216.89 0.63 0.46
Hex 2B 64 BF 4D 30 0 19 D9 3F 2E
Octal 53 144 277 115 60 0 31 331 77 56
Binary 101011 1100100 10111111 1001101 110000 0 11001 11011001 111111 101110

Color Harmonies of #2B64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B64BF

Black with #2B64BF

Text Example


Text Example

White with #2B64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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