Html Css Color HEX #2B4DBA Cerulean Blue

📋 copy color: '#2B4DBA'

red 43 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #2B4DBA

Tints of Cerulean Blue #2B4DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 14.05%
G = 25.16%
B = 60.78%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B4DBA (or 0x2B4DBA) is known color: Cerulean Blue. HEX triplet: 2B, 4D and BA. RGB value is (43,77,186). Sum of RGB (Red+Green+Blue) = 43+77+186=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DBA is #D4B245. Grayscale: #4E4E4E. Windows color (decimal): -13939270 or 12209451. OLE color: 12209451.

HSL color Cylindrical-coordinate representation of color #2B4DBA: hue angle of 225.73º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4DBA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 77 186 -
CMYK 0.77 0.59 0 0.27
HSL 225.73º 0.62% 0.45% -
HSV(B) 225.73º 0.77% 0.73% -
XYZ 12.51 9.37 47.6 -
YUV 79.26 188.24 102.14 -
System Red Green Blue C M Y K H S L
Decimal 43 77 186 0.77 0.59 0 0.27 225.73 0.62 0.45
Hex 2B 4D BA 4D 3B 0 1B E2 3E 2D
Octal 53 115 272 115 73 0 33 342 76 55
Binary 101011 1001101 10111010 1001101 111011 0 11011 11100010 111110 101101

Color Harmonies of #2B4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4DBA

Black with #2B4DBA

Text Example


Text Example

White with #2B4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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