Html Css Color HEX #253A4C Nile Blue

📋 copy color: '#253A4C'

red 37 ◦ green 58 ◦ blue 76

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

Shades of Nile Blue #253A4C

Tints of Nile Blue #253A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 44.44%

R = 21.64%
G = 33.92%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#253A4C (or 0x253A4C) is known color: Nile Blue. HEX triplet: 25, 3A and 4C. RGB value is (37,58,76). Sum of RGB (Red+Green+Blue) = 37+58+76=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #253A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A4C is #DAC5B3. Grayscale: #353535. Windows color (decimal): -14337460 or 4995621. OLE color: 4995621.

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

Color convert

RGB 37 58 76 -
CMYK 0.51 0.24 0 0.70
HSL 207.69º 0.35% 0.22% -
HSV(B) 207.69º 0.51% 0.3% -
XYZ 3.58 3.94 7.41 -
YUV 53.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 37 58 76 0.51 0.24 0 0.70 207.69 0.35 0.22
Hex 25 3A 4C 33 18 0 46 D0 23 16
Octal 45 72 114 63 30 0 106 320 43 26
Binary 100101 111010 1001100 110011 11000 0 1000110 11010000 100011 10110

Color Harmonies of #253A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A4C

Black with #253A4C

Text Example


Text Example

White with #253A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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