Html Css Color HEX #2B4BAE Cerulean Blue

📋 copy color: '#2B4BAE'

red 43 ◦ green 75 ◦ blue 174

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

Shades of Cerulean Blue #2B4BAE

Tints of Cerulean Blue #2B4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.68%

 BLUE value IS 174 (68.36% from 255) = 59.59%

R = 14.73%
G = 25.68%
B = 59.59%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B4BAE (or 0x2B4BAE) is known color: Cerulean Blue. HEX triplet: 2B, 4B and AE. RGB value is (43,75,174). Sum of RGB (Red+Green+Blue) = 43+75+174=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B4BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4BAE is #D4B451. Grayscale: #4C4C4C. Windows color (decimal): -13939794 or 11422507. OLE color: 11422507.

HSL color Cylindrical-coordinate representation of color #2B4BAE: hue angle of 225.34º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4BAE is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 75 174 -
CMYK 0.75 0.57 0 0.32
HSL 225.34º 0.6% 0.43% -
HSV(B) 225.34º 0.75% 0.68% -
XYZ 11.15 8.6 41.12 -
YUV 76.72 182.9 103.95 -
System Red Green Blue C M Y K H S L
Decimal 43 75 174 0.75 0.57 0 0.32 225.34 0.6 0.43
Hex 2B 4B AE 4B 39 0 20 E1 3C 2B
Octal 53 113 256 113 71 0 40 341 74 53
Binary 101011 1001011 10101110 1001011 111001 0 100000 11100001 111100 101011

Color Harmonies of #2B4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4BAE

Black with #2B4BAE

Text Example


Text Example

White with #2B4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,75,174); }

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

background-color css

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

 a { background-color: rgb(43,75,174); }

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

border-color css

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

 span { border-color: rgb(43,75,174); }

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