Html Css Color HEX #253BDA Persian Blue

📋 copy color: '#253BDA'

red 37 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #253BDA

Tints of Persian Blue #253BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.43%

R = 11.78%
G = 18.79%
B = 69.43%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#253BDA (or 0x253BDA) is known color: Persian Blue. HEX triplet: 25, 3B and DA. RGB value is (37,59,218). Sum of RGB (Red+Green+Blue) = 37+59+218=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #253BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BDA is #DAC425. Grayscale: #454545. Windows color (decimal): -14337062 or 14301989. OLE color: 14301989.

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

Color convert

RGB 37 59 218 -
CMYK 0.83 0.73 0 0.15
HSL 232.71º 0.71% 0.5% -
HSV(B) 232.71º 0.83% 0.85% -
XYZ 14.98 8.58 67.2 -
YUV 70.55 211.21 104.07 -
System Red Green Blue C M Y K H S L
Decimal 37 59 218 0.83 0.73 0 0.15 232.71 0.71 0.5
Hex 25 3B DA 53 49 0 F E9 47 32
Octal 45 73 332 123 111 0 17 351 107 62
Binary 100101 111011 11011010 1010011 1001001 0 1111 11101001 1000111 110010

Color Harmonies of #253BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BDA

Black with #253BDA

Text Example


Text Example

White with #253BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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