Html Css Color HEX #2539BC Persian Blue

📋 copy color: '#2539BC'

red 37 ◦ green 57 ◦ blue 188

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

Shades of Persian Blue #2539BC

Tints of Persian Blue #2539BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.67%

R = 13.12%
G = 20.21%
B = 66.67%

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

#2539BC (or 0x2539BC) is known color: Persian Blue. HEX triplet: 25, 39 and BC. RGB value is (37,57,188). Sum of RGB (Red+Green+Blue) = 37+57+188=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #2539BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2539BC is #DAC643. Grayscale: #414141. Windows color (decimal): -14337604 or 12335397. OLE color: 12335397.

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

Color convert

RGB 37 57 188 -
CMYK 0.80 0.70 0 0.26
HSL 232.05º 0.67% 0.44% -
HSV(B) 232.05º 0.8% 0.74% -
XYZ 11.3 6.95 48.32 -
YUV 65.95 196.87 107.35 -
System Red Green Blue C M Y K H S L
Decimal 37 57 188 0.80 0.70 0 0.26 232.05 0.67 0.44
Hex 25 39 BC 50 46 0 1A E8 43 2C
Octal 45 71 274 120 106 0 32 350 103 54
Binary 100101 111001 10111100 1010000 1000110 0 11010 11101000 1000011 101100

Color Harmonies of #2539BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2539BC

Black with #2539BC

Text Example


Text Example

White with #2539BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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