Html Css Color HEX #253C40 Nordic

📋 copy color: '#253C40'

red 37 ◦ green 60 ◦ blue 64

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

Shades of Nordic #253C40

Tints of Nordic #253C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 22.98%
G = 37.27%
B = 39.75%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253C40 (or 0x253C40) is known color: Nordic. HEX triplet: 25, 3C and 40. RGB value is (37,60,64). Sum of RGB (Red+Green+Blue) = 37+60+64=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #253C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C40 is #DAC3BF. Grayscale: #353535. Windows color (decimal): -14336960 or 4209701. OLE color: 4209701.

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

Color convert

RGB 37 60 64 -
CMYK 0.42 0.06 0 0.75
HSL 188.89º 0.27% 0.2% -
HSV(B) 188.89º 0.42% 0.25% -
XYZ 3.3 4 5.45 -
YUV 53.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 37 60 64 0.42 0.06 0 0.75 188.89 0.27 0.2
Hex 25 3C 40 2A 6 0 4B BD 1B 14
Octal 45 74 100 52 6 0 113 275 33 24
Binary 100101 111100 1000000 101010 110 0 1001011 10111101 11011 10100

Color Harmonies of #253C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C40

Black with #253C40

Text Example


Text Example

White with #253C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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