Html Css Color HEX #252DB0 Persian Blue

📋 copy color: '#252DB0'

red 37 ◦ green 45 ◦ blue 176

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

Shades of Persian Blue #252DB0

Tints of Persian Blue #252DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 68.22%

R = 14.34%
G = 17.44%
B = 68.22%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#252DB0 (or 0x252DB0) is known color: Persian Blue. HEX triplet: 25, 2D and B0. RGB value is (37,45,176). Sum of RGB (Red+Green+Blue) = 37+45+176=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #252DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252DB0 is #DAD24F. Grayscale: #393939. Windows color (decimal): -14340688 or 11545893. OLE color: 11545893.

HSL color Cylindrical-coordinate representation of color #252DB0: hue angle of 236.55º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #252DB0 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 45 176 -
CMYK 0.79 0.74 0 0.31
HSL 236.55º 0.65% 0.42% -
HSV(B) 236.55º 0.79% 0.69% -
XYZ 9.54 5.4 41.61 -
YUV 57.54 194.85 113.35 -
System Red Green Blue C M Y K H S L
Decimal 37 45 176 0.79 0.74 0 0.31 236.55 0.65 0.42
Hex 25 2D B0 4F 4A 0 1F ED 41 2A
Octal 45 55 260 117 112 0 37 355 101 52
Binary 100101 101101 10110000 1001111 1001010 0 11111 11101101 1000001 101010

Color Harmonies of #252DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DB0

Black with #252DB0

Text Example


Text Example

White with #252DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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