Html Css Color HEX #172F46 Blue Whale

📋 copy color: '#172F46'

red 23 ◦ green 47 ◦ blue 70

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

Shades of Blue Whale #172F46

Tints of Blue Whale #172F46

RGB

 RED value IS 23 (9.38% from 255) = 16.43%

 GREEN value IS 47 (18.75% from 255) = 33.57%

 BLUE value IS 70 (27.73% from 255) = 50%

R = 16.43%
G = 33.57%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#172F46 (or 0x172F46) is known color: Blue Whale. HEX triplet: 17, 2F and 46. RGB value is (23,47,70). Sum of RGB (Red+Green+Blue) = 23+47+70=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #172F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F46 is #E8D0B9. Grayscale: #2A2A2A. Windows color (decimal): -15257786 or 4599575. OLE color: 4599575.

HSL color Cylindrical-coordinate representation of color #172F46: hue angle of 209.36º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #172F46 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 47 70 -
CMYK 0.67 0.33 0 0.73
HSL 209.36º 0.51% 0.18% -
HSV(B) 209.36º 0.67% 0.27% -
XYZ 2.48 2.66 6.18 -
YUV 42.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 23 47 70 0.67 0.33 0 0.73 209.36 0.51 0.18
Hex 17 2F 46 43 21 0 49 D1 33 12
Octal 27 57 106 103 41 0 111 321 63 22
Binary 10111 101111 1000110 1000011 100001 0 1001001 11010001 110011 10010

Color Harmonies of #172F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F46

Black with #172F46

Text Example


Text Example

White with #172F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172F46; }

 p { color: rgb(23,47,70); }

 H1.HeaderClassName
 {
   color: #172F46;
 }
 .AnyTagClassName
 {
   color: #172F46;
 }
</style>

background-color css

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

 a { background-color: rgb(23,47,70); }

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

border-color css

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

 span { border-color: rgb(23,47,70); }

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