Html Css Color HEX #252FCD Persian Blue

📋 copy color: '#252FCD'

red 37 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #252FCD

Tints of Persian Blue #252FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

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

R = 12.8%
G = 16.26%
B = 70.93%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#252FCD (or 0x252FCD) is known color: Persian Blue. HEX triplet: 25, 2F and CD. RGB value is (37,47,205). Sum of RGB (Red+Green+Blue) = 37+47+205=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #252FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FCD is #DAD032. Grayscale: #3D3D3D. Windows color (decimal): -14340147 or 13446949. OLE color: 13446949.

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

Color convert

RGB 37 47 205 -
CMYK 0.82 0.77 0 0.20
HSL 236.43º 0.69% 0.47% -
HSV(B) 236.43º 0.82% 0.8% -
XYZ 12.8 6.83 58.4 -
YUV 62.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 37 47 205 0.82 0.77 0 0.20 236.43 0.69 0.47
Hex 25 2F CD 52 4D 0 14 EC 45 2F
Octal 45 57 315 122 115 0 24 354 105 57
Binary 100101 101111 11001101 1010010 1001101 0 10100 11101100 1000101 101111

Color Harmonies of #252FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FCD

Black with #252FCD

Text Example


Text Example

White with #252FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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