Html Css Color HEX #253BDB Persian Blue

📋 copy color: '#253BDB'

red 37 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #253BDB

Tints of Persian Blue #253BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 11.75%
G = 18.73%
B = 69.52%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#253BDB (or 0x253BDB) is known color: Persian Blue. HEX triplet: 25, 3B and DB. RGB value is (37,59,219). Sum of RGB (Red+Green+Blue) = 37+59+219=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #253BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BDB is #DAC424. Grayscale: #464646. Windows color (decimal): -14337061 or 14367525. OLE color: 14367525.

HSL color Cylindrical-coordinate representation of color #253BDB: hue angle of 232.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253BDB is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 59 219 -
CMYK 0.83 0.73 0 0.14
HSL 232.75º 0.72% 0.5% -
HSV(B) 232.75º 0.83% 0.86% -
XYZ 15.11 8.64 67.89 -
YUV 70.66 211.71 103.99 -
System Red Green Blue C M Y K H S L
Decimal 37 59 219 0.83 0.73 0 0.14 232.75 0.72 0.5
Hex 25 3B DB 53 49 0 E E9 48 32
Octal 45 73 333 123 111 0 16 351 110 62
Binary 100101 111011 11011011 1010011 1001001 0 1110 11101001 1001000 110010

Color Harmonies of #253BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BDB

Black with #253BDB

Text Example


Text Example

White with #253BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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