#09343F

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

Shades of Nordic #09343F

Tints of Nordic #09343F

Color information

#09343F (or 0x09343F) is unknown color: approx Nordic. HEX triplet: 09, 34 and 3F. RGB value is (9,52,63). Sum of RGB (Red+Green+Blue) = 9+52+63=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 52 (20.70% from 255 or 41.94% 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 #09343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09343F is #F6CBC0. Grayscale: #282828. Windows color (decimal): -16174017 or 4142089. OLE color: 4142089.

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

Color convert

RGB95263-
CMYK0.860.1700.75
HSL192.22º75%14.12%-
HSV(B)192.22º85.71%24.71%-
XYZ2.242.875.14-
YUV40.4140.75105.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 63 (25% from 255) = 50.81%
R=7.26%
G=41.94%
B=50.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal952630.860.1700.75192.227514.12
Hex9343F561104Bc04be
Octal11647712621011330011316
Binary1001110100111111101011010001010010111100000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,52,63); }

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

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

 a { background-color: rgb(9,52,63); }

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

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

 span { border-color: rgb(9,52,63); }

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