Html Css Color HEX #2539CC Persian Blue

📋 copy color: '#2539CC'

red 37 ◦ green 57 ◦ blue 204

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

Shades of Persian Blue #2539CC

Tints of Persian Blue #2539CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 12.42%
G = 19.13%
B = 68.46%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2539CC (or 0x2539CC) is known color: Persian Blue. HEX triplet: 25, 39 and CC. RGB value is (37,57,204). Sum of RGB (Red+Green+Blue) = 37+57+204=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #2539CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2539CC is #DAC633. Grayscale: #434343. Windows color (decimal): -14337588 or 13383973. OLE color: 13383973.

HSL color Cylindrical-coordinate representation of color #2539CC: hue angle of 232.81º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2539CC is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 57 204 -
CMYK 0.82 0.72 0 0.2
HSL 232.81º 0.69% 0.47% -
HSV(B) 232.81º 0.82% 0.8% -
XYZ 13.13 7.68 57.92 -
YUV 67.78 204.87 106.05 -
System Red Green Blue C M Y K H S L
Decimal 37 57 204 0.82 0.72 0 0.2 232.81 0.69 0.47
Hex 25 39 CC 52 48 0 14 E9 45 2F
Octal 45 71 314 122 110 0 24 351 105 57
Binary 100101 111001 11001100 1010010 1001000 0 10100 11101001 1000101 101111

Color Harmonies of #2539CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2539CC

Black with #2539CC

Text Example


Text Example

White with #2539CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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