Html Css Color HEX #253B4D Nile Blue

📋 copy color: '#253B4D'

red 37 ◦ green 59 ◦ blue 77

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

Shades of Nile Blue #253B4D

Tints of Nile Blue #253B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 21.39%
G = 34.1%
B = 44.51%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#253B4D (or 0x253B4D) is known color: Nile Blue. HEX triplet: 25, 3B and 4D. RGB value is (37,59,77). Sum of RGB (Red+Green+Blue) = 37+59+77=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #253B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B4D is #DAC4B2. Grayscale: #363636. Windows color (decimal): -14337203 or 5061413. OLE color: 5061413.

HSL color Cylindrical-coordinate representation of color #253B4D: hue angle of 207º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #253B4D is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 59 77 -
CMYK 0.52 0.23 0 0.70
HSL 207º 0.35% 0.22% -
HSV(B) 207º 0.52% 0.3% -
XYZ 3.67 4.06 7.61 -
YUV 54.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 37 59 77 0.52 0.23 0 0.70 207 0.35 0.22
Hex 25 3B 4D 34 17 0 46 CF 23 16
Octal 45 73 115 64 27 0 106 317 43 26
Binary 100101 111011 1001101 110100 10111 0 1000110 11001111 100011 10110

Color Harmonies of #253B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B4D

Black with #253B4D

Text Example


Text Example

White with #253B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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