Html Css Color HEX #2425CB Persian Blue

📋 copy color: '#2425CB'

red 36 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #2425CB

Tints of Persian Blue #2425CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 73.55%

R = 13.04%
G = 13.41%
B = 73.55%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2425CB (or 0x2425CB) is known color: Persian Blue. HEX triplet: 24, 25 and CB. RGB value is (36,37,203). Sum of RGB (Red+Green+Blue) = 36+37+203=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #2425CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425CB is #DBDA34. Grayscale: #363636. Windows color (decimal): -14408245 or 13313316. OLE color: 13313316.

HSL color Cylindrical-coordinate representation of color #2425CB: 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 #2425CB is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 37 203 -
CMYK 0.82 0.82 0 0.20
HSL 239.64º 0.7% 0.47% -
HSV(B) 239.64º 0.82% 0.8% -
XYZ 12.17 6.01 57.02 -
YUV 55.63 211.17 114 -
System Red Green Blue C M Y K H S L
Decimal 36 37 203 0.82 0.82 0 0.20 239.64 0.7 0.47
Hex 24 25 CB 52 52 0 14 F0 46 2F
Octal 44 45 313 122 122 0 24 360 106 57
Binary 100100 100101 11001011 1010010 1010010 0 10100 11110000 1000110 101111

Color Harmonies of #2425CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2425CB

Black with #2425CB

Text Example


Text Example

White with #2425CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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