Html Css Color HEX #2C4BA3 Cerulean Blue

📋 copy color: '#2C4BA3'

red 44 ◦ green 75 ◦ blue 163

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

Shades of Cerulean Blue #2C4BA3

Tints of Cerulean Blue #2C4BA3

RGB

 RED value IS 44 (17.58% from 255) = 15.6%

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

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

R = 15.6%
G = 26.6%
B = 57.8%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2C4BA3 (or 0x2C4BA3) is known color: Cerulean Blue. HEX triplet: 2C, 4B and A3. RGB value is (44,75,163). Sum of RGB (Red+Green+Blue) = 44+75+163=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #2C4BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4BA3 is #D3B45C. Grayscale: #4B4B4B. Windows color (decimal): -13874269 or 10701612. OLE color: 10701612.

HSL color Cylindrical-coordinate representation of color #2C4BA3: hue angle of 224.37º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4BA3 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 75 163 -
CMYK 0.73 0.54 0 0.36
HSL 224.37º 0.57% 0.41% -
HSV(B) 224.37º 0.73% 0.64% -
XYZ 10.17 8.21 35.7 -
YUV 75.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 44 75 163 0.73 0.54 0 0.36 224.37 0.57 0.41
Hex 2C 4B A3 49 36 0 24 E0 39 29
Octal 54 113 243 111 66 0 44 340 71 51
Binary 101100 1001011 10100011 1001001 110110 0 100100 11100000 111001 101001

Color Harmonies of #2C4BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4BA3

Black with #2C4BA3

Text Example


Text Example

White with #2C4BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,75,163); }

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

background-color css

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

 a { background-color: rgb(44,75,163); }

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

border-color css

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

 span { border-color: rgb(44,75,163); }

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