Html Css Color HEX #2B4ABE Cerulean Blue

📋 copy color: '#2B4ABE'

red 43 ◦ green 74 ◦ blue 190

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

Shades of Cerulean Blue #2B4ABE

Tints of Cerulean Blue #2B4ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 14.01%
G = 24.1%
B = 61.89%

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

#2B4ABE (or 0x2B4ABE) is known color: Cerulean Blue. HEX triplet: 2B, 4A and BE. RGB value is (43,74,190). Sum of RGB (Red+Green+Blue) = 43+74+190=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B4ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4ABE is #D4B541. Grayscale: #4D4D4D. Windows color (decimal): -13940034 or 12470827. OLE color: 12470827.

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

Color convert

RGB 43 74 190 -
CMYK 0.77 0.61 0 0.25
HSL 227.35º 0.63% 0.46% -
HSV(B) 227.35º 0.77% 0.75% -
XYZ 12.74 9.13 49.81 -
YUV 77.96 191.23 103.07 -
System Red Green Blue C M Y K H S L
Decimal 43 74 190 0.77 0.61 0 0.25 227.35 0.63 0.46
Hex 2B 4A BE 4D 3D 0 19 E3 3F 2E
Octal 53 112 276 115 75 0 31 343 77 56
Binary 101011 1001010 10111110 1001101 111101 0 11001 11100011 111111 101110

Color Harmonies of #2B4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4ABE

Black with #2B4ABE

Text Example


Text Example

White with #2B4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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