Html Css Color HEX #2B4BBC Cerulean Blue

📋 copy color: '#2B4BBC'

red 43 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #2B4BBC

Tints of Cerulean Blue #2B4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.51%

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

R = 14.05%
G = 24.51%
B = 61.44%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B4BBC (or 0x2B4BBC) is known color: Cerulean Blue. HEX triplet: 2B, 4B and BC. RGB value is (43,75,188). Sum of RGB (Red+Green+Blue) = 43+75+188=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4BBC is #D4B443. Grayscale: #4D4D4D. Windows color (decimal): -13939780 or 12340011. OLE color: 12340011.

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

Color convert

RGB 43 75 188 -
CMYK 0.77 0.60 0 0.26
HSL 226.76º 0.63% 0.45% -
HSV(B) 226.76º 0.77% 0.74% -
XYZ 12.59 9.18 48.68 -
YUV 78.31 189.9 102.81 -
System Red Green Blue C M Y K H S L
Decimal 43 75 188 0.77 0.60 0 0.26 226.76 0.63 0.45
Hex 2B 4B BC 4D 3C 0 1A E3 3F 2D
Octal 53 113 274 115 74 0 32 343 77 55
Binary 101011 1001011 10111100 1001101 111100 0 11010 11100011 111111 101101

Color Harmonies of #2B4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4BBC

Black with #2B4BBC

Text Example


Text Example

White with #2B4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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