#073538

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

Shades of Nordic #073538

Tints of Nordic #073538

Color information

#073538 (or 0x073538) is unknown color: approx Nordic. HEX triplet: 07, 35 and 38. RGB value is (7,53,56). Sum of RGB (Red+Green+Blue) = 7+53+56=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #073538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073538 is #F8CAC7. Grayscale: #272727. Windows color (decimal): -16304840 or 3683591. OLE color: 3683591.

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

Color convert

RGB75356-
CMYK0.880.0500.78
HSL183.67º77.78%12.35%-
HSV(B)183.67º87.5%21.96%-
XYZ2.072.884.19-
YUV39.59137.26104.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=6.03%
G=45.69%
B=48.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal753560.880.0500.78183.6777.7812.35
Hex7353858504Eb84ec
Octal765701305011627011614
Binary1111101011110001011000101010011101011100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073538; }

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

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

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

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

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

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

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

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