#07363E

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

Shades of Nordic #07363E

Tints of Nordic #07363E

Color information

#07363E (or 0x07363E) is unknown color: approx Nordic. HEX triplet: 07, 36 and 3E. RGB value is (7,54,62). Sum of RGB (Red+Green+Blue) = 7+54+62=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #07363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07363E is #F8C9C1. Grayscale: #282828. Windows color (decimal): -16304578 or 4077063. OLE color: 4077063.

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

Color convert

RGB75462-
CMYK0.890.1300.76
HSL188.73º79.71%13.53%-
HSV(B)188.73º88.71%24.31%-
XYZ2.283.035.02-
YUV40.86139.93103.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 54 (21.48% from 255) = 43.90%
BLUE value IS 62 (24.61% from 255) = 50.41%
R=5.69%
G=43.90%
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
Decimal754620.890.1300.76188.7379.7113.53
Hex7363E59D04Cbd50e
Octal7667613115011427512016
Binary11111011011111010110011101010011001011110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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