#103238

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

Shades of Nordic #103238

Tints of Nordic #103238

Color information

#103238 (or 0x103238) is unknown color: approx Nordic. HEX triplet: 10, 32 and 38. RGB value is (16,50,56). Sum of RGB (Red+Green+Blue) = 16+50+56=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #103238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103238 is #EFCDC7. Grayscale: #282828. Windows color (decimal): -15715784 or 3682832. OLE color: 3682832.

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

Color convert

RGB165056-
CMYK0.710.1100.78
HSL189º55.56%14.12%-
HSV(B)189º71.43%21.96%-
XYZ2.072.684.15-
YUV40.52136.74110.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=13.11%
G=40.98%
B=45.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1650560.710.1100.7818955.5614.12
Hex10323847B04Ebd38e
Octal2062701071301162757016
Binary100001100101110001000111101101001110101111011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103238; }

 p { color: rgb(16,50,56); }

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

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

 a { background-color: rgb(16,50,56); }

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

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

 span { border-color: rgb(16,50,56); }

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