Html Css Color HEX #2537CF Persian Blue

📋 copy color: '#2537CF'

red 37 ◦ green 55 ◦ blue 207

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

Shades of Persian Blue #2537CF

Tints of Persian Blue #2537CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.23%

R = 12.37%
G = 18.39%
B = 69.23%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2537CF (or 0x2537CF) is known color: Persian Blue. HEX triplet: 25, 37 and CF. RGB value is (37,55,207). Sum of RGB (Red+Green+Blue) = 37+55+207=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #2537CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2537CF is #DAC830. Grayscale: #424242. Windows color (decimal): -14338097 or 13580069. OLE color: 13580069.

HSL color Cylindrical-coordinate representation of color #2537CF: hue angle of 233.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2537CF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 55 207 -
CMYK 0.82 0.73 0 0.19
HSL 233.65º 0.7% 0.48% -
HSV(B) 233.65º 0.82% 0.81% -
XYZ 13.39 7.63 59.8 -
YUV 66.95 207.04 106.64 -
System Red Green Blue C M Y K H S L
Decimal 37 55 207 0.82 0.73 0 0.19 233.65 0.7 0.48
Hex 25 37 CF 52 49 0 13 EA 46 30
Octal 45 67 317 122 111 0 23 352 106 60
Binary 100101 110111 11001111 1010010 1001001 0 10011 11101010 1000110 110000

Color Harmonies of #2537CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2537CF

Black with #2537CF

Text Example


Text Example

White with #2537CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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