Html Css Color HEX #252BE0 Persian Blue

📋 copy color: '#252BE0'

red 37 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #252BE0

Tints of Persian Blue #252BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 224 (87.89% from 255) = 73.68%

R = 12.17%
G = 14.14%
B = 73.68%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#252BE0 (or 0x252BE0) is known color: Persian Blue. HEX triplet: 25, 2B and E0. RGB value is (37,43,224). Sum of RGB (Red+Green+Blue) = 37+43+224=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #252BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BE0 is #DAD41F. Grayscale: #3D3D3D. Windows color (decimal): -14341152 or 14691109. OLE color: 14691109.

HSL color Cylindrical-coordinate representation of color #252BE0: hue angle of 238.07º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252BE0 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 43 224 -
CMYK 0.83 0.81 0 0.12
HSL 238.07º 0.75% 0.51% -
HSV(B) 238.07º 0.83% 0.88% -
XYZ 15.08 7.5 71.17 -
YUV 61.84 219.51 110.28 -
System Red Green Blue C M Y K H S L
Decimal 37 43 224 0.83 0.81 0 0.12 238.07 0.75 0.51
Hex 25 2B E0 53 51 0 C EE 4B 33
Octal 45 53 340 123 121 0 14 356 113 63
Binary 100101 101011 11100000 1010011 1010001 0 1100 11101110 1001011 110011

Color Harmonies of #252BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BE0

Black with #252BE0

Text Example


Text Example

White with #252BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,43,224); }

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

background-color css

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

 a { background-color: rgb(37,43,224); }

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

border-color css

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

 span { border-color: rgb(37,43,224); }

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