Html Css Color HEX #09343D Nordic

📋 copy color: '#09343D'

red 9 ◦ green 52 ◦ blue 61

#09343D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #09343D

Tints of Nordic #09343D

RGB

 RED value IS 9 (3.91% from 255) = 7.38%

 GREEN value IS 52 (20.7% from 255) = 42.62%

 BLUE value IS 61 (24.22% from 255) = 50%

R = 7.38%
G = 42.62%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09343D (or 0x09343D) is known color: Nordic. HEX triplet: 09, 34 and 3D. RGB value is (9,52,61). Sum of RGB (Red+Green+Blue) = 9+52+61=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #09343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09343D is #F6CBC2. Grayscale: #282828. Windows color (decimal): -16174019 or 4011017. OLE color: 4011017.

HSL color Cylindrical-coordinate representation of color #09343D: hue angle of 190.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09343D is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 52 61 -
CMYK 0.85 0.15 0 0.76
HSL 190.38º 0.74% 0.14% -
HSV(B) 190.38º 0.85% 0.24% -
XYZ 2.18 2.85 4.85 -
YUV 40.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 9 52 61 0.85 0.15 0 0.76 190.38 0.74 0.14
Hex 9 34 3D 55 F 0 4C BE 4A E
Octal 11 64 75 125 17 0 114 276 112 16
Binary 1001 110100 111101 1010101 1111 0 1001100 10111110 1001010 1110

Color Harmonies of #09343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09343D

Black with #09343D

Text Example


Text Example

White with #09343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09343D;
 }
 .AnyTagClassName
 {
   color: #09343D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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