Html Css Color HEX #253A4E Nile Blue

📋 copy color: '#253A4E'

red 37 ◦ green 58 ◦ blue 78

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

Shades of Nile Blue #253A4E

Tints of Nile Blue #253A4E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

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

R = 21.39%
G = 33.53%
B = 45.09%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#253A4E (or 0x253A4E) is known color: Nile Blue. HEX triplet: 25, 3A and 4E. RGB value is (37,58,78). Sum of RGB (Red+Green+Blue) = 37+58+78=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #253A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A4E is #DAC5B1. Grayscale: #353535. Windows color (decimal): -14337458 or 5126693. OLE color: 5126693.

HSL color Cylindrical-coordinate representation of color #253A4E: hue angle of 209.27º 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 #253A4E is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 58 78 -
CMYK 0.53 0.26 0 0.69
HSL 209.27º 0.36% 0.23% -
HSV(B) 209.27º 0.53% 0.31% -
XYZ 3.65 3.97 7.78 -
YUV 54 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 37 58 78 0.53 0.26 0 0.69 209.27 0.36 0.23
Hex 25 3A 4E 35 1A 0 45 D1 24 17
Octal 45 72 116 65 32 0 105 321 44 27
Binary 100101 111010 1001110 110101 11010 0 1000101 11010001 100100 10111

Color Harmonies of #253A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A4E

Black with #253A4E

Text Example


Text Example

White with #253A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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