#07353D

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

Shades of Nordic #07353D

Tints of Nordic #07353D

Color information

#07353D (or 0x07353D) is unknown color: approx Nordic. HEX triplet: 07, 35 and 3D. RGB value is (7,53,61). Sum of RGB (Red+Green+Blue) = 7+53+61=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #07353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07353D is #F8CAC2. Grayscale: #282828. Windows color (decimal): -16304835 or 4011271. OLE color: 4011271.

HSL color Cylindrical-coordinate representation of color #07353D: hue angle of 188.89º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07353D is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB75361-
CMYK0.890.1300.76
HSL188.89º79.41%13.33%-
HSV(B)188.89º88.52%23.92%-
XYZ2.22.934.86-
YUV40.16139.76104.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=5.79%
G=43.80%
B=50.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal753610.890.1300.76188.8979.4113.33
Hex7353D59D04Cbd4fd
Octal7657513115011427511715
Binary11111010111110110110011101010011001011110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07353D; }

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

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

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

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

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

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

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

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