Html Css Color HEX #252DB5 Persian Blue

📋 copy color: '#252DB5'

red 37 ◦ green 45 ◦ blue 181

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

Shades of Persian Blue #252DB5

Tints of Persian Blue #252DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.11%

 BLUE value IS 181 (71.09% from 255) = 68.82%

R = 14.07%
G = 17.11%
B = 68.82%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#252DB5 (or 0x252DB5) is known color: Persian Blue. HEX triplet: 25, 2D and B5. RGB value is (37,45,181). Sum of RGB (Red+Green+Blue) = 37+45+181=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 181 (71.09% from 255 or 68.82% from 263); Max value from RGB is 181 - color contains mainly: blue. Hex color #252DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DB5 is #DAD24A. Grayscale: #393939. Windows color (decimal): -14340683 or 11873573. OLE color: 11873573.

HSL color Cylindrical-coordinate representation of color #252DB5: hue angle of 236.67º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #252DB5 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 45 181 -
CMYK 0.80 0.75 0 0.29
HSL 236.67º 0.66% 0.43% -
HSV(B) 236.67º 0.8% 0.71% -
XYZ 10.04 5.61 44.27 -
YUV 58.11 197.35 112.94 -
System Red Green Blue C M Y K H S L
Decimal 37 45 181 0.80 0.75 0 0.29 236.67 0.66 0.43
Hex 25 2D B5 50 4B 0 1D ED 42 2B
Octal 45 55 265 120 113 0 35 355 102 53
Binary 100101 101101 10110101 1010000 1001011 0 11101 11101101 1000010 101011

Color Harmonies of #252DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DB5

Black with #252DB5

Text Example


Text Example

White with #252DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,181); }

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

background-color css

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

 a { background-color: rgb(37,45,181); }

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

border-color css

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

 span { border-color: rgb(37,45,181); }

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