Html Css Color HEX #2539CE Persian Blue

📋 copy color: '#2539CE'

red 37 ◦ green 57 ◦ blue 206

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

Shades of Persian Blue #2539CE

Tints of Persian Blue #2539CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 12.33%
G = 19%
B = 68.67%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2539CE (or 0x2539CE) is known color: Persian Blue. HEX triplet: 25, 39 and CE. RGB value is (37,57,206). Sum of RGB (Red+Green+Blue) = 37+57+206=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #2539CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2539CE is #DAC631. Grayscale: #434343. Windows color (decimal): -14337586 or 13515045. OLE color: 13515045.

HSL color Cylindrical-coordinate representation of color #2539CE: hue angle of 232.9º 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 #2539CE is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 57 206 -
CMYK 0.82 0.72 0 0.19
HSL 232.9º 0.7% 0.48% -
HSV(B) 232.9º 0.82% 0.81% -
XYZ 13.37 7.78 59.19 -
YUV 68.01 205.87 105.88 -
System Red Green Blue C M Y K H S L
Decimal 37 57 206 0.82 0.72 0 0.19 232.9 0.7 0.48
Hex 25 39 CE 52 48 0 13 E9 46 30
Octal 45 71 316 122 110 0 23 351 106 60
Binary 100101 111001 11001110 1010010 1001000 0 10011 11101001 1000110 110000

Color Harmonies of #2539CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2539CE

Black with #2539CE

Text Example


Text Example

White with #2539CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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