#254045

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

Shades of Nordic #254045

Tints of Nordic #254045

Color information

#254045 (or 0x254045) is unknown color: approx Nordic. HEX triplet: 25, 40 and 45. RGB value is (37,64,69). Sum of RGB (Red+Green+Blue) = 37+64+69=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 69 - color contains mainly: blue. Hex color #254045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254045 is #DABFBA. Grayscale: #383838. Windows color (decimal): -14335931 or 4538405. OLE color: 4538405.

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

Color convert

RGB376469-
CMYK0.460.0700.73
HSL189.38º30.19%20.78%-
HSV(B)189.38º46.38%27.06%-
XYZ3.674.496.3-
YUV56.5135.05114.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=21.76%
G=37.65%
B=40.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3764690.460.0700.73189.3830.1920.78
Hex2540452E7049bd1e15
Octal4510010556701112753625
Binary1001011000000100010110111011101001001101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254045; }

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

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

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

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

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

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

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

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