#0D3438

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

Shades of Nordic #0D3438

Tints of Nordic #0D3438

Color information

#0D3438 (or 0x0D3438) is unknown color: approx Nordic. HEX triplet: 0D, 34 and 38. RGB value is (13,52,56). Sum of RGB (Red+Green+Blue) = 13+52+56=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D3438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3438 is #F2CBC7. Grayscale: #282828. Windows color (decimal): -15911880 or 3683341. OLE color: 3683341.

HSL color Cylindrical-coordinate representation of color #0D3438: hue angle of 185.58º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3438 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB135256-
CMYK0.770.0700.78
HSL185.58º62.32%13.53%-
HSV(B)185.58º76.79%21.96%-
XYZ2.112.834.18-
YUV40.79136.58108.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=10.74%
G=42.98%
B=46.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1352560.770.0700.78185.5862.3213.53
HexD34384D704Eba3ee
Octal156470115701162727616
Binary1101110100111000100110111101001110101110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D3438; }

 p { color: rgb(13,52,56); }

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

<style>
 a { background-color: #0D3438; }

 a { background-color: rgb(13,52,56); }

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

<style>
 span { border-color: #0D3438; }

 span { border-color: rgb(13,52,56); }

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