Html Css Color HEX #254245 Nordic

📋 copy color: '#254245'

red 37 ◦ green 66 ◦ blue 69

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

Shades of Nordic #254245

Tints of Nordic #254245

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 value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#254245 (or 0x254245) is known color: 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

RGB 37 66 69 -
CMYK 0.46 0.04 0 0.73
HSL 185.63º 0.3% 0.21% -
HSV(B) 185.63º 0.46% 0.27% -
XYZ 3.79 4.72 6.34 -
YUV 57.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 37 66 69 0.46 0.04 0 0.73 185.63 0.3 0.21
Hex 25 42 45 2E 4 0 49 BA 1E 15
Octal 45 102 105 56 4 0 111 272 36 25
Binary 100101 1000010 1000101 101110 100 0 1001001 10111010 11110 10101

Color Harmonies of #254245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254245

Black with #254245

Text Example


Text Example

White with #254245

Text Example


Text Example

HTML Codes & Css Web 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>