Html Css Color HEX #252FDE Persian Blue

📋 copy color: '#252FDE'

red 37 ◦ green 47 ◦ blue 222

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

Shades of Persian Blue #252FDE

Tints of Persian Blue #252FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.55%

R = 12.09%
G = 15.36%
B = 72.55%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#252FDE (or 0x252FDE) is known color: Persian Blue. HEX triplet: 25, 2F and DE. RGB value is (37,47,222). Sum of RGB (Red+Green+Blue) = 37+47+222=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #252FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FDE is #DAD021. Grayscale: #3F3F3F. Windows color (decimal): -14340130 or 14561061. OLE color: 14561061.

HSL color Cylindrical-coordinate representation of color #252FDE: hue angle of 236.76º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252FDE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 47 222 -
CMYK 0.83 0.79 0 0.13
HSL 236.76º 0.74% 0.51% -
HSV(B) 236.76º 0.83% 0.87% -
XYZ 14.96 7.7 69.8 -
YUV 63.96 217.19 108.77 -
System Red Green Blue C M Y K H S L
Decimal 37 47 222 0.83 0.79 0 0.13 236.76 0.74 0.51
Hex 25 2F DE 53 4F 0 D ED 4A 33
Octal 45 57 336 123 117 0 15 355 112 63
Binary 100101 101111 11011110 1010011 1001111 0 1101 11101101 1001010 110011

Color Harmonies of #252FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FDE

Black with #252FDE

Text Example


Text Example

White with #252FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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