#073338

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

Shades of Nordic #073338

Tints of Nordic #073338

Color information

#073338 (or 0x073338) is unknown color: approx Nordic. HEX triplet: 07, 33 and 38. RGB value is (7,51,56). Sum of RGB (Red+Green+Blue) = 7+51+56=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #073338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073338 is #F8CCC7. Grayscale: #262626. Windows color (decimal): -16305352 or 3683079. OLE color: 3683079.

HSL color Cylindrical-coordinate representation of color #073338: hue angle of 186.12º 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 #073338 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB75156-
CMYK0.880.0900.78
HSL186.12º77.78%12.35%-
HSV(B)186.12º87.5%21.96%-
XYZ1.992.74.16-
YUV38.41137.92105.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 56 (22.27% from 255) = 49.12%
R=6.14%
G=44.74%
B=49.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal751560.880.0900.78186.1277.7812.35
Hex7333858904Eba4ec
Octal7637013011011627211614
Binary11111001111100010110001001010011101011101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073338; }

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

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

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

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

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

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

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

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