Html Css Color HEX #2537BF Persian Blue

📋 copy color: '#2537BF'

red 37 ◦ green 55 ◦ blue 191

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

Shades of Persian Blue #2537BF

Tints of Persian Blue #2537BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.49%

R = 13.07%
G = 19.43%
B = 67.49%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2537BF (or 0x2537BF) is known color: Persian Blue. HEX triplet: 25, 37 and BF. RGB value is (37,55,191). Sum of RGB (Red+Green+Blue) = 37+55+191=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #2537BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2537BF is #DAC840. Grayscale: #404040. Windows color (decimal): -14338113 or 12531493. OLE color: 12531493.

HSL color Cylindrical-coordinate representation of color #2537BF: hue angle of 232.99º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2537BF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 55 191 -
CMYK 0.81 0.71 0 0.25
HSL 232.99º 0.68% 0.45% -
HSV(B) 232.99º 0.81% 0.75% -
XYZ 11.53 6.89 50.01 -
YUV 65.12 199.04 107.94 -
System Red Green Blue C M Y K H S L
Decimal 37 55 191 0.81 0.71 0 0.25 232.99 0.68 0.45
Hex 25 37 BF 51 47 0 19 E9 44 2D
Octal 45 67 277 121 107 0 31 351 104 55
Binary 100101 110111 10111111 1010001 1000111 0 11001 11101001 1000100 101101

Color Harmonies of #2537BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2537BF

Black with #2537BF

Text Example


Text Example

White with #2537BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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