Html Css Color HEX #253D4E Nile Blue

📋 copy color: '#253D4E'

red 37 ◦ green 61 ◦ blue 78

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

Shades of Nile Blue #253D4E

Tints of Nile Blue #253D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.32%

R = 21.02%
G = 34.66%
B = 44.32%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#253D4E (or 0x253D4E) is known color: Nile Blue. HEX triplet: 25, 3D and 4E. RGB value is (37,61,78). Sum of RGB (Red+Green+Blue) = 37+61+78=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #253D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D4E is #DAC2B1. Grayscale: #373737. Windows color (decimal): -14336690 or 5127461. OLE color: 5127461.

HSL color Cylindrical-coordinate representation of color #253D4E: hue angle of 204.88º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #253D4E is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 61 78 -
CMYK 0.53 0.22 0 0.69
HSL 204.88º 0.36% 0.23% -
HSV(B) 204.88º 0.53% 0.31% -
XYZ 3.81 4.28 7.83 -
YUV 55.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 37 61 78 0.53 0.22 0 0.69 204.88 0.36 0.23
Hex 25 3D 4E 35 16 0 45 CD 24 17
Octal 45 75 116 65 26 0 105 315 44 27
Binary 100101 111101 1001110 110101 10110 0 1000101 11001101 100100 10111

Color Harmonies of #253D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D4E

Black with #253D4E

Text Example


Text Example

White with #253D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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