Html Css Color HEX #253C4C Nile Blue

📋 copy color: '#253C4C'

red 37 ◦ green 60 ◦ blue 76

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

Shades of Nile Blue #253C4C

Tints of Nile Blue #253C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.68%

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

R = 21.39%
G = 34.68%
B = 43.93%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#253C4C (or 0x253C4C) is known color: Nile Blue. HEX triplet: 25, 3C and 4C. RGB value is (37,60,76). Sum of RGB (Red+Green+Blue) = 37+60+76=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #253C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C4C is #DAC3B3. Grayscale: #363636. Windows color (decimal): -14336948 or 4996133. OLE color: 4996133.

HSL color Cylindrical-coordinate representation of color #253C4C: hue angle of 204.62º 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 #253C4C is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 60 76 -
CMYK 0.51 0.21 0 0.70
HSL 204.62º 0.35% 0.22% -
HSV(B) 204.62º 0.51% 0.3% -
XYZ 3.68 4.15 7.44 -
YUV 54.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 37 60 76 0.51 0.21 0 0.70 204.62 0.35 0.22
Hex 25 3C 4C 33 15 0 46 CD 23 16
Octal 45 74 114 63 25 0 106 315 43 26
Binary 100101 111100 1001100 110011 10101 0 1000110 11001101 100011 10110

Color Harmonies of #253C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C4C

Black with #253C4C

Text Example


Text Example

White with #253C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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