Html Css Color HEX #253DB6 Persian Blue

📋 copy color: '#253DB6'

red 37 ◦ green 61 ◦ blue 182

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

Shades of Persian Blue #253DB6

Tints of Persian Blue #253DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.79%

 BLUE value IS 182 (71.48% from 255) = 65%

R = 13.21%
G = 21.79%
B = 65%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#253DB6 (or 0x253DB6) is known color: Persian Blue. HEX triplet: 25, 3D and B6. RGB value is (37,61,182). Sum of RGB (Red+Green+Blue) = 37+61+182=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #253DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DB6 is #DAC249. Grayscale: #434343. Windows color (decimal): -14336586 or 11943205. OLE color: 11943205.

HSL color Cylindrical-coordinate representation of color #253DB6: hue angle of 230.07º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253DB6 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 61 182 -
CMYK 0.80 0.66 0 0.29
HSL 230.07º 0.66% 0.43% -
HSV(B) 230.07º 0.8% 0.71% -
XYZ 10.88 7.11 45.05 -
YUV 67.62 192.55 106.16 -
System Red Green Blue C M Y K H S L
Decimal 37 61 182 0.80 0.66 0 0.29 230.07 0.66 0.43
Hex 25 3D B6 50 42 0 1D E6 42 2B
Octal 45 75 266 120 102 0 35 346 102 53
Binary 100101 111101 10110110 1010000 1000010 0 11101 11100110 1000010 101011

Color Harmonies of #253DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DB6

Black with #253DB6

Text Example


Text Example

White with #253DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,182); }

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

background-color css

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

 a { background-color: rgb(37,61,182); }

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

border-color css

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

 span { border-color: rgb(37,61,182); }

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