Html Css Color HEX #17314A Blue Whale

📋 copy color: '#17314A'

red 23 ◦ green 49 ◦ blue 74

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

Shades of Blue Whale #17314A

Tints of Blue Whale #17314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.56%

 BLUE value IS 74 (29.3% from 255) = 50.68%

R = 15.75%
G = 33.56%
B = 50.68%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#17314A (or 0x17314A) is known color: Blue Whale. HEX triplet: 17, 31 and 4A. RGB value is (23,49,74). Sum of RGB (Red+Green+Blue) = 23+49+74=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #17314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17314A is #E8CEB5. Grayscale: #2B2B2B. Windows color (decimal): -15257270 or 4862231. OLE color: 4862231.

HSL color Cylindrical-coordinate representation of color #17314A: hue angle of 209.41º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17314A is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 49 74 -
CMYK 0.69 0.34 0 0.71
HSL 209.41º 0.53% 0.19% -
HSV(B) 209.41º 0.69% 0.29% -
XYZ 2.69 2.87 6.89 -
YUV 44.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 23 49 74 0.69 0.34 0 0.71 209.41 0.53 0.19
Hex 17 31 4A 45 22 0 47 D1 35 13
Octal 27 61 112 105 42 0 107 321 65 23
Binary 10111 110001 1001010 1000101 100010 0 1000111 11010001 110101 10011

Color Harmonies of #17314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17314A

Black with #17314A

Text Example


Text Example

White with #17314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17314A; }

 p { color: rgb(23,49,74); }

 H1.HeaderClassName
 {
   color: #17314A;
 }
 .AnyTagClassName
 {
   color: #17314A;
 }
</style>

background-color css

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

 a { background-color: rgb(23,49,74); }

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

border-color css

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

 span { border-color: rgb(23,49,74); }

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