#07363F

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

Shades of Nordic #07363F

Tints of Nordic #07363F

Color information

#07363F (or 0x07363F) is unknown color: approx Nordic. HEX triplet: 07, 36 and 3F. RGB value is (7,54,63). Sum of RGB (Red+Green+Blue) = 7+54+63=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #07363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07363F is #F8C9C0. Grayscale: #282828. Windows color (decimal): -16304577 or 4142599. OLE color: 4142599.

HSL color Cylindrical-coordinate representation of color #07363F: hue angle of 189.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07363F is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB75463-
CMYK0.890.1400.75
HSL189.64º80%13.73%-
HSV(B)189.64º88.89%24.71%-
XYZ2.33.045.17-
YUV40.97140.43103.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 63 (25% from 255) = 50.81%
R=5.65%
G=43.55%
B=50.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal754630.890.1400.75189.648013.73
Hex7363F59E04Bbe50e
Octal7667713116011327612016
Binary11111011011111110110011110010010111011111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07363F; }

 p { color: rgb(7,54,63); }

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

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

 a { background-color: rgb(7,54,63); }

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

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

 span { border-color: rgb(7,54,63); }

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