#073334

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

Shades of Nordic #073334

Tints of Nordic #073334

Color information

#073334 (or 0x073334) is unknown color: approx Nordic. HEX triplet: 07, 33 and 34. RGB value is (7,51,52). Sum of RGB (Red+Green+Blue) = 7+51+52=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #073334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073334 is #F8CCCB. Grayscale: #252525. Windows color (decimal): -16305356 or 3420935. OLE color: 3420935.

HSL color Cylindrical-coordinate representation of color #073334: hue angle of 181.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073334 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB75152-
CMYK0.870.0200.80
HSL181.33º76.27%11.57%-
HSV(B)181.33º86.54%20.39%-
XYZ1.892.663.66-
YUV37.96135.92105.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=6.36%
G=46.36%
B=47.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal751520.870.0200.80181.3376.2711.57
Hex73334572050b54cc
Octal763641272012026511414
Binary111110011110100101011110010100001011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073334; }

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

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

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

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

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

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

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

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