Html Css Color HEX #253D4B Nile Blue

📋 copy color: '#253D4B'

red 37 ◦ green 61 ◦ blue 75

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

Shades of Nile Blue #253D4B

Tints of Nile Blue #253D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.35%

R = 21.39%
G = 35.26%
B = 43.35%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#253D4B (or 0x253D4B) is known color: Nile Blue. HEX triplet: 25, 3D and 4B. RGB value is (37,61,75). Sum of RGB (Red+Green+Blue) = 37+61+75=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #253D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D4B is #DAC2B4. Grayscale: #373737. Windows color (decimal): -14336693 or 4930853. OLE color: 4930853.

HSL color Cylindrical-coordinate representation of color #253D4B: hue angle of 202.11º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #253D4B is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 61 75 -
CMYK 0.51 0.19 0 0.71
HSL 202.11º 0.34% 0.22% -
HSV(B) 202.11º 0.51% 0.29% -
XYZ 3.7 4.24 7.28 -
YUV 55.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 37 61 75 0.51 0.19 0 0.71 202.11 0.34 0.22
Hex 25 3D 4B 33 13 0 47 CA 22 16
Octal 45 75 113 63 23 0 107 312 42 26
Binary 100101 111101 1001011 110011 10011 0 1000111 11001010 100010 10110

Color Harmonies of #253D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D4B

Black with #253D4B

Text Example


Text Example

White with #253D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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