Html Css Color HEX #2539BB Persian Blue

📋 copy color: '#2539BB'

red 37 ◦ green 57 ◦ blue 187

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

Shades of Persian Blue #2539BB

Tints of Persian Blue #2539BB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

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

R = 13.17%
G = 20.28%
B = 66.55%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2539BB (or 0x2539BB) is known color: Persian Blue. HEX triplet: 25, 39 and BB. RGB value is (37,57,187). Sum of RGB (Red+Green+Blue) = 37+57+187=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #2539BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2539BB is #DAC644. Grayscale: #414141. Windows color (decimal): -14337605 or 12269861. OLE color: 12269861.

HSL color Cylindrical-coordinate representation of color #2539BB: hue angle of 232º 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 #2539BB is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 57 187 -
CMYK 0.80 0.70 0 0.27
HSL 232º 0.67% 0.44% -
HSV(B) 232º 0.8% 0.73% -
XYZ 11.2 6.91 47.76 -
YUV 65.84 196.37 107.43 -
System Red Green Blue C M Y K H S L
Decimal 37 57 187 0.80 0.70 0 0.27 232 0.67 0.44
Hex 25 39 BB 50 46 0 1B E8 43 2C
Octal 45 71 273 120 106 0 33 350 103 54
Binary 100101 111001 10111011 1010000 1000110 0 11011 11101000 1000011 101100

Color Harmonies of #2539BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2539BB

Black with #2539BB

Text Example


Text Example

White with #2539BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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