#17333C

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

Shades of Nordic #17333C

Tints of Nordic #17333C

Color information

#17333C (or 0x17333C) is unknown color: approx Nordic. HEX triplet: 17, 33 and 3C. RGB value is (23,51,60). Sum of RGB (Red+Green+Blue) = 23+51+60=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #17333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17333C is #E8CCC3. Grayscale: #2B2B2B. Windows color (decimal): -15256772 or 3945239. OLE color: 3945239.

HSL color Cylindrical-coordinate representation of color #17333C: hue angle of 194.59º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17333C is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB235160-
CMYK0.620.1500.76
HSL194.59º44.58%16.27%-
HSV(B)194.59º61.67%23.53%-
XYZ2.352.884.71-
YUV43.65137.22113.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.16%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=17.16%
G=38.06%
B=44.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2351600.620.1500.76194.5944.5816.27
Hex17333C3EF04Cc32d10
Octal276374761701143035520
Binary101111100111111001111101111010011001100001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17333C; }

 p { color: rgb(23,51,60); }

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

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

 a { background-color: rgb(23,51,60); }

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

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

 span { border-color: rgb(23,51,60); }

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