Html Css Color HEX #253B3A Nordic

📋 copy color: '#253B3A'

red 37 ◦ green 59 ◦ blue 58

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

Shades of Nordic #253B3A

Tints of Nordic #253B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.66%

R = 24.03%
G = 38.31%
B = 37.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#253B3A (or 0x253B3A) is known color: Nordic. HEX triplet: 25, 3B and 3A. RGB value is (37,59,58). Sum of RGB (Red+Green+Blue) = 37+59+58=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 59 - color contains mainly: green. Hex color #253B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B3A is #DAC4C5. Grayscale: #343434. Windows color (decimal): -14337222 or 3816229. OLE color: 3816229.

HSL color Cylindrical-coordinate representation of color #253B3A: hue angle of 177.27º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #253B3A is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 59 58 -
CMYK 0.37 0 0.02 0.77
HSL 177.27º 0.23% 0.19% -
HSV(B) 177.27º 0.37% 0.23% -
XYZ 3.09 3.83 4.58 -
YUV 52.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 37 59 58 0.37 0 0.02 0.77 177.27 0.23 0.19
Hex 25 3B 3A 25 0 2 4D B1 17 13
Octal 45 73 72 45 0 2 115 261 27 23
Binary 100101 111011 111010 100101 0 10 1001101 10110001 10111 10011

Color Harmonies of #253B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B3A

Black with #253B3A

Text Example


Text Example

White with #253B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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