Html Css Color HEX #2B4ABF Cerulean Blue

📋 copy color: '#2B4ABF'

red 43 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #2B4ABF

Tints of Cerulean Blue #2B4ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.01%

R = 13.96%
G = 24.03%
B = 62.01%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B4ABF (or 0x2B4ABF) is known color: Cerulean Blue. HEX triplet: 2B, 4A and BF. RGB value is (43,74,191). Sum of RGB (Red+Green+Blue) = 43+74+191=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4ABF is #D4B540. Grayscale: #4D4D4D. Windows color (decimal): -13940033 or 12536363. OLE color: 12536363.

HSL color Cylindrical-coordinate representation of color #2B4ABF: hue angle of 227.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4ABF is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 74 191 -
CMYK 0.77 0.61 0 0.25
HSL 227.43º 0.63% 0.46% -
HSV(B) 227.43º 0.77% 0.75% -
XYZ 12.85 9.17 50.38 -
YUV 78.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 43 74 191 0.77 0.61 0 0.25 227.43 0.63 0.46
Hex 2B 4A BF 4D 3D 0 19 E3 3F 2E
Octal 53 112 277 115 75 0 31 343 77 56
Binary 101011 1001010 10111111 1001101 111101 0 11001 11100011 111111 101110

Color Harmonies of #2B4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4ABF

Black with #2B4ABF

Text Example


Text Example

White with #2B4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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