Html Css Color HEX #2547C1 Cerulean Blue

📋 copy color: '#2547C1'

red 37 ◦ green 71 ◦ blue 193

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

Shades of Cerulean Blue #2547C1

Tints of Cerulean Blue #2547C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 64.12%

R = 12.29%
G = 23.59%
B = 64.12%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2547C1 (or 0x2547C1) is known color: Cerulean Blue. HEX triplet: 25, 47 and C1. RGB value is (37,71,193). Sum of RGB (Red+Green+Blue) = 37+71+193=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #2547C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2547C1 is #DAB83E. Grayscale: #4A4A4A. Windows color (decimal): -14334015 or 12666661. OLE color: 12666661.

HSL color Cylindrical-coordinate representation of color #2547C1: hue angle of 226.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2547C1 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 71 193 -
CMYK 0.81 0.63 0 0.24
HSL 226.92º 0.68% 0.45% -
HSV(B) 226.92º 0.81% 0.76% -
XYZ 12.64 8.75 51.47 -
YUV 74.74 194.74 101.08 -
System Red Green Blue C M Y K H S L
Decimal 37 71 193 0.81 0.63 0 0.24 226.92 0.68 0.45
Hex 25 47 C1 51 3F 0 18 E3 44 2D
Octal 45 107 301 121 77 0 30 343 104 55
Binary 100101 1000111 11000001 1010001 111111 0 11000 11100011 1000100 101101

Color Harmonies of #2547C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2547C1

Black with #2547C1

Text Example


Text Example

White with #2547C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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