Html Css Color HEX #2B4DA3 Cerulean Blue

📋 copy color: '#2B4DA3'

red 43 ◦ green 77 ◦ blue 163

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

Shades of Cerulean Blue #2B4DA3

Tints of Cerulean Blue #2B4DA3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

 BLUE value IS 163 (64.06% from 255) = 57.6%

R = 15.19%
G = 27.21%
B = 57.6%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2B4DA3 (or 0x2B4DA3) is known color: Cerulean Blue. HEX triplet: 2B, 4D and A3. RGB value is (43,77,163). Sum of RGB (Red+Green+Blue) = 43+77+163=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 163 (64.06% from 255 or 57.60% from 283); Max value from RGB is 163 - color contains mainly: blue. Hex color #2B4DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B4DA3 is #D4B25C. Grayscale: #4C4C4C. Windows color (decimal): -13939293 or 10702123. OLE color: 10702123.

HSL color Cylindrical-coordinate representation of color #2B4DA3: hue angle of 223º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B4DA3 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 43 77 163 -
CMYK 0.74 0.53 0 0.36
HSL 223º 0.58% 0.4% -
HSV(B) 223º 0.74% 0.64% -
XYZ 10.26 8.47 35.74 -
YUV 76.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 43 77 163 0.74 0.53 0 0.36 223 0.58 0.4
Hex 2B 4D A3 4A 35 0 24 DF 3A 28
Octal 53 115 243 112 65 0 44 337 72 50
Binary 101011 1001101 10100011 1001010 110101 0 100100 11011111 111010 101000

Color Harmonies of #2B4DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4DA3

Black with #2B4DA3

Text Example


Text Example

White with #2B4DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,77,163); }

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

background-color css

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

 a { background-color: rgb(43,77,163); }

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

border-color css

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

 span { border-color: rgb(43,77,163); }

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