Html Css Color HEX #2B4CBC Cerulean Blue

📋 copy color: '#2B4CBC'

red 43 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #2B4CBC

Tints of Cerulean Blue #2B4CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

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

R = 14.01%
G = 24.76%
B = 61.24%

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

#2B4CBC (or 0x2B4CBC) is known color: Cerulean Blue. HEX triplet: 2B, 4C and BC. RGB value is (43,76,188). Sum of RGB (Red+Green+Blue) = 43+76+188=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B4CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CBC is #D4B343. Grayscale: #4E4E4E. Windows color (decimal): -13939524 or 12340267. OLE color: 12340267.

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

Color convert

RGB 43 76 188 -
CMYK 0.77 0.60 0 0.26
HSL 226.34º 0.63% 0.45% -
HSV(B) 226.34º 0.77% 0.74% -
XYZ 12.66 9.31 48.71 -
YUV 78.9 189.57 102.39 -
System Red Green Blue C M Y K H S L
Decimal 43 76 188 0.77 0.60 0 0.26 226.34 0.63 0.45
Hex 2B 4C BC 4D 3C 0 1A E2 3F 2D
Octal 53 114 274 115 74 0 32 342 77 55
Binary 101011 1001100 10111100 1001101 111100 0 11010 11100010 111111 101101

Color Harmonies of #2B4CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4CBC

Black with #2B4CBC

Text Example


Text Example

White with #2B4CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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