Html Css Color HEX #2537AF Persian Blue

📋 copy color: '#2537AF'

red 37 ◦ green 55 ◦ blue 175

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

Shades of Persian Blue #2537AF

Tints of Persian Blue #2537AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 13.86%
G = 20.6%
B = 65.54%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2537AF (or 0x2537AF) is known color: Persian Blue. HEX triplet: 25, 37 and AF. RGB value is (37,55,175). Sum of RGB (Red+Green+Blue) = 37+55+175=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #2537AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2537AF is #DAC850. Grayscale: #3E3E3E. Windows color (decimal): -14338129 or 11482917. OLE color: 11482917.

HSL color Cylindrical-coordinate representation of color #2537AF: hue angle of 232.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2537AF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 55 175 -
CMYK 0.79 0.69 0 0.31
HSL 232.17º 0.65% 0.42% -
HSV(B) 232.17º 0.79% 0.69% -
XYZ 9.87 6.22 41.24 -
YUV 63.3 191.04 109.24 -
System Red Green Blue C M Y K H S L
Decimal 37 55 175 0.79 0.69 0 0.31 232.17 0.65 0.42
Hex 25 37 AF 4F 45 0 1F E8 41 2A
Octal 45 67 257 117 105 0 37 350 101 52
Binary 100101 110111 10101111 1001111 1000101 0 11111 11101000 1000001 101010

Color Harmonies of #2537AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2537AF

Black with #2537AF

Text Example


Text Example

White with #2537AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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