Html Css Color HEX #254044 Nordic

📋 copy color: '#254044'

red 37 ◦ green 64 ◦ blue 68

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

Shades of Nordic #254044

Tints of Nordic #254044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 68 (26.95% from 255) = 40.24%

R = 21.89%
G = 37.87%
B = 40.24%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#254044 (or 0x254044) is known color: Nordic. HEX triplet: 25, 40 and 44. RGB value is (37,64,68). Sum of RGB (Red+Green+Blue) = 37+64+68=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 68 - color contains mainly: blue. Hex color #254044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254044 is #DABFBB. Grayscale: #383838. Windows color (decimal): -14335932 or 4472869. OLE color: 4472869.

HSL color Cylindrical-coordinate representation of color #254044: hue angle of 187.74º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254044 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 64 68 -
CMYK 0.46 0.06 0 0.73
HSL 187.74º 0.3% 0.21% -
HSV(B) 187.74º 0.46% 0.27% -
XYZ 3.64 4.48 6.14 -
YUV 56.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 37 64 68 0.46 0.06 0 0.73 187.74 0.3 0.21
Hex 25 40 44 2E 6 0 49 BC 1E 15
Octal 45 100 104 56 6 0 111 274 36 25
Binary 100101 1000000 1000100 101110 110 0 1001001 10111100 11110 10101

Color Harmonies of #254044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254044

Black with #254044

Text Example


Text Example

White with #254044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254044; }

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

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

background-color css

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

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

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

border-color css

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

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

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