Html Css Color HEX #17333C Nordic

📋 copy color: '#17333C'

red 23 ◦ green 51 ◦ blue 60

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

Shades of Nordic #17333C

Tints of Nordic #17333C

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 value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#17333C (or 0x17333C) is known color: 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

RGB 23 51 60 -
CMYK 0.62 0.15 0 0.76
HSL 194.59º 0.45% 0.16% -
HSV(B) 194.59º 0.62% 0.24% -
XYZ 2.35 2.88 4.71 -
YUV 43.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 23 51 60 0.62 0.15 0 0.76 194.59 0.45 0.16
Hex 17 33 3C 3E F 0 4C C3 2D 10
Octal 27 63 74 76 17 0 114 303 55 20
Binary 10111 110011 111100 111110 1111 0 1001100 11000011 101101 10000

Color Harmonies of #17333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17333C

Black with #17333C

Text Example


Text Example

White with #17333C

Text Example


Text Example

HTML Codes & Css Web 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>