Html Css Color HEX #252BEB Persian Blue

📋 copy color: '#252BEB'

red 37 ◦ green 43 ◦ blue 235

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

Shades of Persian Blue #252BEB

Tints of Persian Blue #252BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.6%

R = 11.75%
G = 13.65%
B = 74.6%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#252BEB (or 0x252BEB) is known color: Persian Blue. HEX triplet: 25, 2B and EB. RGB value is (37,43,235). Sum of RGB (Red+Green+Blue) = 37+43+235=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #252BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252BEB is #DAD414. Grayscale: #3E3E3E. Windows color (decimal): -14341141 or 15412005. OLE color: 15412005.

HSL color Cylindrical-coordinate representation of color #252BEB: hue angle of 238.18º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252BEB is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 43 235 -
CMYK 0.84 0.82 0 0.08
HSL 238.18º 0.83% 0.53% -
HSV(B) 238.18º 0.84% 0.92% -
XYZ 16.62 8.12 79.29 -
YUV 63.09 225.01 109.39 -
System Red Green Blue C M Y K H S L
Decimal 37 43 235 0.84 0.82 0 0.08 238.18 0.83 0.53
Hex 25 2B EB 54 52 0 8 EE 53 35
Octal 45 53 353 124 122 0 10 356 123 65
Binary 100101 101011 11101011 1010100 1010010 0 1000 11101110 1010011 110101

Color Harmonies of #252BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BEB

Black with #252BEB

Text Example


Text Example

White with #252BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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