Html Css Color HEX #253D3F Nordic

📋 copy color: '#253D3F'

red 37 ◦ green 61 ◦ blue 63

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

Shades of Nordic #253D3F

Tints of Nordic #253D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.13%

R = 22.98%
G = 37.89%
B = 39.13%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253D3F (or 0x253D3F) is known color: Nordic. HEX triplet: 25, 3D and 3F. RGB value is (37,61,63). Sum of RGB (Red+Green+Blue) = 37+61+63=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #253D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D3F is #DAC2C0. Grayscale: #363636. Windows color (decimal): -14336705 or 4144421. OLE color: 4144421.

HSL color Cylindrical-coordinate representation of color #253D3F: hue angle of 184.62º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253D3F is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 61 63 -
CMYK 0.41 0.03 0 0.75
HSL 184.62º 0.26% 0.2% -
HSV(B) 184.62º 0.41% 0.25% -
XYZ 3.33 4.09 5.32 -
YUV 54.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 37 61 63 0.41 0.03 0 0.75 184.62 0.26 0.2
Hex 25 3D 3F 29 3 0 4B B9 1A 14
Octal 45 75 77 51 3 0 113 271 32 24
Binary 100101 111101 111111 101001 11 0 1001011 10111001 11010 10100

Color Harmonies of #253D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D3F

Black with #253D3F

Text Example


Text Example

White with #253D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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