Html Css Color HEX #2725CC Persian Blue

📋 copy color: '#2725CC'

red 39 ◦ green 37 ◦ blue 204

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

Shades of Persian Blue #2725CC

Tints of Persian Blue #2725CC

RGB

 RED value IS 39 (15.63% from 255) = 13.93%

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 13.93%
G = 13.21%
B = 72.86%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2725CC (or 0x2725CC) is known color: Persian Blue. HEX triplet: 27, 25 and CC. RGB value is (39,37,204). Sum of RGB (Red+Green+Blue) = 39+37+204=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #2725CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2725CC is #D8DA33. Grayscale: #373737. Windows color (decimal): -14211636 or 13378855. OLE color: 13378855.

HSL color Cylindrical-coordinate representation of color #2725CC: hue angle of 240.72º 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 #2725CC is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 37 204 -
CMYK 0.81 0.82 0 0.2
HSL 240.72º 0.69% 0.47% -
HSV(B) 240.72º 0.82% 0.8% -
XYZ 12.4 6.11 57.65 -
YUV 56.64 211.16 115.42 -
System Red Green Blue C M Y K H S L
Decimal 39 37 204 0.81 0.82 0 0.2 240.72 0.69 0.47
Hex 27 25 CC 51 52 0 14 F1 45 2F
Octal 47 45 314 121 122 0 24 361 105 57
Binary 100111 100101 11001100 1010001 1010010 0 10100 11110001 1000101 101111

Color Harmonies of #2725CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2725CC

Black with #2725CC

Text Example


Text Example

White with #2725CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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