Html Css Color HEX #2547AE Cerulean Blue

📋 copy color: '#2547AE'

red 37 ◦ green 71 ◦ blue 174

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

Shades of Cerulean Blue #2547AE

Tints of Cerulean Blue #2547AE

RGB

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

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

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

R = 13.12%
G = 25.18%
B = 61.7%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2547AE (or 0x2547AE) is known color: Cerulean Blue. HEX triplet: 25, 47 and AE. RGB value is (37,71,174). Sum of RGB (Red+Green+Blue) = 37+71+174=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #2547AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2547AE is #DAB851. Grayscale: #484848. Windows color (decimal): -14334034 or 11421477. OLE color: 11421477.

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

Color convert

RGB 37 71 174 -
CMYK 0.79 0.59 0 0.32
HSL 225.11º 0.65% 0.41% -
HSV(B) 225.11º 0.79% 0.68% -
XYZ 10.66 7.96 41.02 -
YUV 72.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 37 71 174 0.79 0.59 0 0.32 225.11 0.65 0.41
Hex 25 47 AE 4F 3B 0 20 E1 41 29
Octal 45 107 256 117 73 0 40 341 101 51
Binary 100101 1000111 10101110 1001111 111011 0 100000 11100001 1000001 101001

Color Harmonies of #2547AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2547AE

Black with #2547AE

Text Example


Text Example

White with #2547AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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