Html Css Color HEX #2537B2 Persian Blue

📋 copy color: '#2537B2'

red 37 ◦ green 55 ◦ blue 178

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

Shades of Persian Blue #2537B2

Tints of Persian Blue #2537B2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 178 (69.92% from 255) = 65.93%

R = 13.7%
G = 20.37%
B = 65.93%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2537B2 (or 0x2537B2) is known color: Persian Blue. HEX triplet: 25, 37 and B2. RGB value is (37,55,178). Sum of RGB (Red+Green+Blue) = 37+55+178=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 178 (69.92% from 255 or 65.93% from 270); Max value from RGB is 178 - color contains mainly: blue. Hex color #2537B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2537B2 is #DAC84D. Grayscale: #3F3F3F. Windows color (decimal): -14338126 or 11679525. OLE color: 11679525.

HSL color Cylindrical-coordinate representation of color #2537B2: hue angle of 232.34º 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 #2537B2 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 55 178 -
CMYK 0.79 0.69 0 0.30
HSL 232.34º 0.66% 0.42% -
HSV(B) 232.34º 0.79% 0.7% -
XYZ 10.17 6.34 42.81 -
YUV 63.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 37 55 178 0.79 0.69 0 0.30 232.34 0.66 0.42
Hex 25 37 B2 4F 45 0 1E E8 42 2A
Octal 45 67 262 117 105 0 36 350 102 52
Binary 100101 110111 10110010 1001111 1000101 0 11110 11101000 1000010 101010

Color Harmonies of #2537B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2537B2

Black with #2537B2

Text Example


Text Example

White with #2537B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2537B2; }

 p { color: rgb(37,55,178); }

 H1.HeaderClassName
 {
   color: #2537B2;
 }
 .AnyTagClassName
 {
   color: #2537B2;
 }
</style>

background-color css

<style>
 a { background-color: #2537B2; }

 a { background-color: rgb(37,55,178); }

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

border-color css

<style>
 span { border-color: #2537B2; }

 span { border-color: rgb(37,55,178); }

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