Html Css Color HEX #253BE6 Persian Blue

📋 copy color: '#253BE6'

red 37 ◦ green 59 ◦ blue 230

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

Shades of Persian Blue #253BE6

Tints of Persian Blue #253BE6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

 BLUE value IS 230 (90.23% from 255) = 70.55%

R = 11.35%
G = 18.1%
B = 70.55%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#253BE6 (or 0x253BE6) is known color: Persian Blue. HEX triplet: 25, 3B and E6. RGB value is (37,59,230). Sum of RGB (Red+Green+Blue) = 37+59+230=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 230 (90.23% from 255 or 70.55% from 326); Max value from RGB is 230 - color contains mainly: blue. Hex color #253BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253BE6 is #DAC419. Grayscale: #474747. Windows color (decimal): -14337050 or 15088421. OLE color: 15088421.

HSL color Cylindrical-coordinate representation of color #253BE6: hue angle of 233.16º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253BE6 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 59 230 -
CMYK 0.84 0.74 0 0.10
HSL 233.16º 0.79% 0.52% -
HSV(B) 233.16º 0.84% 0.9% -
XYZ 16.61 9.23 75.77 -
YUV 71.92 217.21 103.1 -
System Red Green Blue C M Y K H S L
Decimal 37 59 230 0.84 0.74 0 0.10 233.16 0.79 0.52
Hex 25 3B E6 54 4A 0 A E9 4F 34
Octal 45 73 346 124 112 0 12 351 117 64
Binary 100101 111011 11100110 1010100 1001010 0 1010 11101001 1001111 110100

Color Harmonies of #253BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BE6

Black with #253BE6

Text Example


Text Example

White with #253BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253BE6; }

 p { color: rgb(37,59,230); }

 H1.HeaderClassName
 {
   color: #253BE6;
 }
 .AnyTagClassName
 {
   color: #253BE6;
 }
</style>

background-color css

<style>
 a { background-color: #253BE6; }

 a { background-color: rgb(37,59,230); }

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

border-color css

<style>
 span { border-color: #253BE6; }

 span { border-color: rgb(37,59,230); }

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