#254245

Color #254245 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #254245

Tints of Nordic #254245

Color information

#254245 (or 0x254245) is unknown color: approx Nordic. HEX triplet: 25, 42 and 45. RGB value is (37,66,69). Sum of RGB (Red+Green+Blue) = 37+66+69=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 69 - color contains mainly: blue. Hex color #254245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254245 is #DABDBA. Grayscale: #393939. Windows color (decimal): -14335419 or 4538917. OLE color: 4538917.

HSL color Cylindrical-coordinate representation of color #254245: hue angle of 185.62º 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 #254245 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB376669-
CMYK0.460.0400.73
HSL185.62º30.19%20.78%-
HSV(B)185.62º46.38%27.06%-
XYZ3.794.726.34-
YUV57.67134.39113.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=21.51%
G=38.37%
B=40.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3766690.460.0400.73185.6230.1920.78
Hex2542452E4049ba1e15
Octal4510210556401112723625
Binary1001011000010100010110111010001001001101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254245; }

 p { color: rgb(37,66,69); }

 H1.HeaderClassName
 {
   color: #254245;
 }
 .AnyTagClassName
 {
   color: #254245;
 }
</style>
background-color css

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

 a { background-color: rgb(37,66,69); }

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

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

 span { border-color: rgb(37,66,69); }

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