Html Css Color HEX #2547AC Cerulean Blue

📋 copy color: '#2547AC'

red 37 ◦ green 71 ◦ blue 172

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

Shades of Cerulean Blue #2547AC

Tints of Cerulean Blue #2547AC

RGB

 RED value IS 37 (14.84% from 255) = 13.21%

 GREEN value IS 71 (28.13% from 255) = 25.36%

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 13.21%
G = 25.36%
B = 61.43%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2547AC (or 0x2547AC) is known color: Cerulean Blue. HEX triplet: 25, 47 and AC. RGB value is (37,71,172). Sum of RGB (Red+Green+Blue) = 37+71+172=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #2547AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2547AC is #DAB853. Grayscale: #474747. Windows color (decimal): -14334036 or 11290405. OLE color: 11290405.

HSL color Cylindrical-coordinate representation of color #2547AC: hue angle of 224.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2547AC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 71 172 -
CMYK 0.78 0.59 0 0.33
HSL 224.89º 0.65% 0.41% -
HSV(B) 224.89º 0.78% 0.67% -
XYZ 10.46 7.88 40 -
YUV 72.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 37 71 172 0.78 0.59 0 0.33 224.89 0.65 0.41
Hex 25 47 AC 4E 3B 0 21 E1 41 29
Octal 45 107 254 116 73 0 41 341 101 51
Binary 100101 1000111 10101100 1001110 111011 0 100001 11100001 1000001 101001

Color Harmonies of #2547AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2547AC

Black with #2547AC

Text Example


Text Example

White with #2547AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2547AC; }

 p { color: rgb(37,71,172); }

 H1.HeaderClassName
 {
   color: #2547AC;
 }
 .AnyTagClassName
 {
   color: #2547AC;
 }
</style>

background-color css

<style>
 a { background-color: #2547AC; }

 a { background-color: rgb(37,71,172); }

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

border-color css

<style>
 span { border-color: #2547AC; }

 span { border-color: rgb(37,71,172); }

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