Html Css Color HEX #2537BB Persian Blue

📋 copy color: '#2537BB'

red 37 ◦ green 55 ◦ blue 187

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

Shades of Persian Blue #2537BB

Tints of Persian Blue #2537BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 13.26%
G = 19.71%
B = 67.03%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2537BB (or 0x2537BB) is known color: Persian Blue. HEX triplet: 25, 37 and BB. RGB value is (37,55,187). Sum of RGB (Red+Green+Blue) = 37+55+187=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #2537BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2537BB is #DAC844. Grayscale: #404040. Windows color (decimal): -14338117 or 12269349. OLE color: 12269349.

HSL color Cylindrical-coordinate representation of color #2537BB: hue angle of 232.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2537BB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 55 187 -
CMYK 0.80 0.71 0 0.27
HSL 232.8º 0.67% 0.44% -
HSV(B) 232.8º 0.8% 0.73% -
XYZ 11.1 6.71 47.72 -
YUV 64.67 197.04 108.27 -
System Red Green Blue C M Y K H S L
Decimal 37 55 187 0.80 0.71 0 0.27 232.8 0.67 0.44
Hex 25 37 BB 50 47 0 1B E9 43 2C
Octal 45 67 273 120 107 0 33 351 103 54
Binary 100101 110111 10111011 1010000 1000111 0 11011 11101001 1000011 101100

Color Harmonies of #2537BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2537BB

Black with #2537BB

Text Example


Text Example

White with #2537BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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