Html Css Color HEX #253CDA Persian Blue

📋 copy color: '#253CDA'

red 37 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #253CDA

Tints of Persian Blue #253CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

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

R = 11.75%
G = 19.05%
B = 69.21%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#253CDA (or 0x253CDA) is known color: Persian Blue. HEX triplet: 25, 3C and DA. RGB value is (37,60,218). Sum of RGB (Red+Green+Blue) = 37+60+218=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #253CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CDA is #DAC325. Grayscale: #464646. Windows color (decimal): -14336806 or 14302245. OLE color: 14302245.

HSL color Cylindrical-coordinate representation of color #253CDA: hue angle of 232.38º 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 #253CDA is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 60 218 -
CMYK 0.83 0.72 0 0.15
HSL 232.38º 0.71% 0.5% -
HSV(B) 232.38º 0.83% 0.85% -
XYZ 15.03 8.69 67.21 -
YUV 71.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 37 60 218 0.83 0.72 0 0.15 232.38 0.71 0.5
Hex 25 3C DA 53 48 0 F E8 47 32
Octal 45 74 332 123 110 0 17 350 107 62
Binary 100101 111100 11011010 1010011 1001000 0 1111 11101000 1000111 110010

Color Harmonies of #253CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CDA

Black with #253CDA

Text Example


Text Example

White with #253CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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