Html Css Color HEX #2B4AB7 Cerulean Blue

📋 copy color: '#2B4AB7'

red 43 ◦ green 74 ◦ blue 183

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

Shades of Cerulean Blue #2B4AB7

Tints of Cerulean Blue #2B4AB7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

 BLUE value IS 183 (71.88% from 255) = 61%

R = 14.33%
G = 24.67%
B = 61%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2B4AB7 (or 0x2B4AB7) is known color: Cerulean Blue. HEX triplet: 2B, 4A and B7. RGB value is (43,74,183). Sum of RGB (Red+Green+Blue) = 43+74+183=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B4AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4AB7 is #D4B548. Grayscale: #4C4C4C. Windows color (decimal): -13940041 or 12012075. OLE color: 12012075.

HSL color Cylindrical-coordinate representation of color #2B4AB7: hue angle of 226.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4AB7 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 74 183 -
CMYK 0.77 0.60 0 0.28
HSL 226.71º 0.62% 0.44% -
HSV(B) 226.71º 0.77% 0.72% -
XYZ 11.99 8.83 45.87 -
YUV 77.16 187.73 103.64 -
System Red Green Blue C M Y K H S L
Decimal 43 74 183 0.77 0.60 0 0.28 226.71 0.62 0.44
Hex 2B 4A B7 4D 3C 0 1C E3 3E 2C
Octal 53 112 267 115 74 0 34 343 76 54
Binary 101011 1001010 10110111 1001101 111100 0 11100 11100011 111110 101100

Color Harmonies of #2B4AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4AB7

Black with #2B4AB7

Text Example


Text Example

White with #2B4AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,74,183); }

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

background-color css

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

 a { background-color: rgb(43,74,183); }

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

border-color css

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

 span { border-color: rgb(43,74,183); }

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