Html Css Color HEX #2544B3 Persian Blue

📋 copy color: '#2544B3'

red 37 ◦ green 68 ◦ blue 179

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

Shades of Persian Blue #2544B3

Tints of Persian Blue #2544B3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 179 (70.31% from 255) = 63.03%

R = 13.03%
G = 23.94%
B = 63.03%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2544B3 (or 0x2544B3) is known color: Persian Blue. HEX triplet: 25, 44 and B3. RGB value is (37,68,179). Sum of RGB (Red+Green+Blue) = 37+68+179=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 179 (70.31% from 255 or 63.03% from 284); Max value from RGB is 179 - color contains mainly: blue. Hex color #2544B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2544B3 is #DABB4C. Grayscale: #464646. Windows color (decimal): -14334797 or 11748389. OLE color: 11748389.

HSL color Cylindrical-coordinate representation of color #2544B3: hue angle of 226.9º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2544B3 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 68 179 -
CMYK 0.79 0.62 0 0.30
HSL 226.9º 0.66% 0.42% -
HSV(B) 226.9º 0.79% 0.7% -
XYZ 10.97 7.78 43.57 -
YUV 71.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 37 68 179 0.79 0.62 0 0.30 226.9 0.66 0.42
Hex 25 44 B3 4F 3E 0 1E E3 42 2A
Octal 45 104 263 117 76 0 36 343 102 52
Binary 100101 1000100 10110011 1001111 111110 0 11110 11100011 1000010 101010

Color Harmonies of #2544B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2544B3

Black with #2544B3

Text Example


Text Example

White with #2544B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2544B3; }

 p { color: rgb(37,68,179); }

 H1.HeaderClassName
 {
   color: #2544B3;
 }
 .AnyTagClassName
 {
   color: #2544B3;
 }
</style>

background-color css

<style>
 a { background-color: #2544B3; }

 a { background-color: rgb(37,68,179); }

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

border-color css

<style>
 span { border-color: #2544B3; }

 span { border-color: rgb(37,68,179); }

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