Html Css Color HEX #2425CC Persian Blue

📋 copy color: '#2425CC'

red 36 ◦ green 37 ◦ blue 204

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

Shades of Persian Blue #2425CC

Tints of Persian Blue #2425CC

RGB

 RED value IS 36 (14.45% from 255) = 13%

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

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

R = 13%
G = 13.36%
B = 73.65%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2425CC (or 0x2425CC) is known color: Persian Blue. HEX triplet: 24, 25 and CC. RGB value is (36,37,204). Sum of RGB (Red+Green+Blue) = 36+37+204=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #2425CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425CC is #DBDA33. Grayscale: #373737. Windows color (decimal): -14408244 or 13378852. OLE color: 13378852.

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

Color convert

RGB 36 37 204 -
CMYK 0.82 0.82 0 0.2
HSL 239.64º 0.7% 0.47% -
HSV(B) 239.64º 0.82% 0.8% -
XYZ 12.29 6.06 57.65 -
YUV 55.74 211.67 113.92 -
System Red Green Blue C M Y K H S L
Decimal 36 37 204 0.82 0.82 0 0.2 239.64 0.7 0.47
Hex 24 25 CC 52 52 0 14 F0 46 2F
Octal 44 45 314 122 122 0 24 360 106 57
Binary 100100 100101 11001100 1010010 1010010 0 10100 11110000 1000110 101111

Color Harmonies of #2425CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2425CC

Black with #2425CC

Text Example


Text Example

White with #2425CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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