Html Css Color HEX #2539BD Persian Blue

📋 copy color: '#2539BD'

red 37 ◦ green 57 ◦ blue 189

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

Shades of Persian Blue #2539BD

Tints of Persian Blue #2539BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.78%

R = 13.07%
G = 20.14%
B = 66.78%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2539BD (or 0x2539BD) is known color: Persian Blue. HEX triplet: 25, 39 and BD. RGB value is (37,57,189). Sum of RGB (Red+Green+Blue) = 37+57+189=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #2539BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2539BD is #DAC642. Grayscale: #414141. Windows color (decimal): -14337603 or 12400933. OLE color: 12400933.

HSL color Cylindrical-coordinate representation of color #2539BD: hue angle of 232.11º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2539BD is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 57 189 -
CMYK 0.80 0.70 0 0.26
HSL 232.11º 0.67% 0.44% -
HSV(B) 232.11º 0.8% 0.74% -
XYZ 11.41 6.99 48.89 -
YUV 66.07 197.37 107.27 -
System Red Green Blue C M Y K H S L
Decimal 37 57 189 0.80 0.70 0 0.26 232.11 0.67 0.44
Hex 25 39 BD 50 46 0 1A E8 43 2C
Octal 45 71 275 120 106 0 32 350 103 54
Binary 100101 111001 10111101 1010000 1000110 0 11010 11101000 1000011 101100

Color Harmonies of #2539BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2539BD

Black with #2539BD

Text Example


Text Example

White with #2539BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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