Html Css Color HEX #252CCD Persian Blue

📋 copy color: '#252CCD'

red 37 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #252CCD

Tints of Persian Blue #252CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 12.94%
G = 15.38%
B = 71.68%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#252CCD (or 0x252CCD) is known color: Persian Blue. HEX triplet: 25, 2C and CD. RGB value is (37,44,205). Sum of RGB (Red+Green+Blue) = 37+44+205=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #252CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CCD is #DAD332. Grayscale: #3B3B3B. Windows color (decimal): -14340915 or 13446181. OLE color: 13446181.

HSL color Cylindrical-coordinate representation of color #252CCD: hue angle of 237.5º 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 #252CCD is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 44 205 -
CMYK 0.82 0.79 0 0.20
HSL 237.5º 0.69% 0.47% -
HSV(B) 237.5º 0.82% 0.8% -
XYZ 12.68 6.6 58.36 -
YUV 60.26 209.68 111.41 -
System Red Green Blue C M Y K H S L
Decimal 37 44 205 0.82 0.79 0 0.20 237.5 0.69 0.47
Hex 25 2C CD 52 4F 0 14 EE 45 2F
Octal 45 54 315 122 117 0 24 356 105 57
Binary 100101 101100 11001101 1010010 1001111 0 10100 11101110 1000101 101111

Color Harmonies of #252CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CCD

Black with #252CCD

Text Example


Text Example

White with #252CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252CCD; }

 p { color: rgb(37,44,205); }

 H1.HeaderClassName
 {
   color: #252CCD;
 }
 .AnyTagClassName
 {
   color: #252CCD;
 }
</style>

background-color css

<style>
 a { background-color: #252CCD; }

 a { background-color: rgb(37,44,205); }

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

border-color css

<style>
 span { border-color: #252CCD; }

 span { border-color: rgb(37,44,205); }

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