#073038

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

Shades of Nordic #073038

Tints of Nordic #073038

Color information

#073038 (or 0x073038) is unknown color: approx Nordic. HEX triplet: 07, 30 and 38. RGB value is (7,48,56). Sum of RGB (Red+Green+Blue) = 7+48+56=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #073038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073038 is #F8CFC7. Grayscale: #242424. Windows color (decimal): -16306120 or 3682311. OLE color: 3682311.

HSL color Cylindrical-coordinate representation of color #073038: hue angle of 189.8º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073038 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB74856-
CMYK0.880.1400.78
HSL189.8º77.78%12.35%-
HSV(B)189.8º87.5%21.96%-
XYZ1.862.444.12-
YUV36.65138.92106.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=6.31%
G=43.24%
B=50.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal748560.880.1400.78189.877.7812.35
Hex7303858E04Ebe4ec
Octal7607013016011627611614
Binary11111000011100010110001110010011101011111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073038; }

 p { color: rgb(7,48,56); }

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

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

 a { background-color: rgb(7,48,56); }

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

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

 span { border-color: rgb(7,48,56); }

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