#073234

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

Shades of Nordic #073234

Tints of Nordic #073234

Color information

#073234 (or 0x073234) is unknown color: approx Nordic. HEX triplet: 07, 32 and 34. RGB value is (7,50,52). Sum of RGB (Red+Green+Blue) = 7+50+52=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #073234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073234 is #F8CDCB. Grayscale: #252525. Windows color (decimal): -16305612 or 3420679. OLE color: 3420679.

HSL color Cylindrical-coordinate representation of color #073234: hue angle of 182.67º 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 #073234 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB75052-
CMYK0.870.0400.80
HSL182.67º76.27%11.57%-
HSV(B)182.67º86.54%20.39%-
XYZ1.852.573.65-
YUV37.37136.25106.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=6.42%
G=45.87%
B=47.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750520.870.0400.80182.6776.2711.57
Hex73234574050b74cc
Octal762641274012026711414
Binary1111100101101001010111100010100001011011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073234; }

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

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

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

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

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

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

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

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