Html Css Color HEX #17314B Blue Whale

📋 copy color: '#17314B'

red 23 ◦ green 49 ◦ blue 75

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

Shades of Blue Whale #17314B

Tints of Blue Whale #17314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.02%

R = 15.65%
G = 33.33%
B = 51.02%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#17314B (or 0x17314B) is known color: Blue Whale. HEX triplet: 17, 31 and 4B. RGB value is (23,49,75). Sum of RGB (Red+Green+Blue) = 23+49+75=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #17314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17314B is #E8CEB4. Grayscale: #2C2C2C. Windows color (decimal): -15257269 or 4927767. OLE color: 4927767.

HSL color Cylindrical-coordinate representation of color #17314B: hue angle of 210º 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 #17314B is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 49 75 -
CMYK 0.69 0.35 0 0.71
HSL 210º 0.53% 0.19% -
HSV(B) 210º 0.69% 0.29% -
XYZ 2.72 2.89 7.07 -
YUV 44.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 23 49 75 0.69 0.35 0 0.71 210 0.53 0.19
Hex 17 31 4B 45 23 0 47 D2 35 13
Octal 27 61 113 105 43 0 107 322 65 23
Binary 10111 110001 1001011 1000101 100011 0 1000111 11010010 110101 10011

Color Harmonies of #17314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17314B

Black with #17314B

Text Example


Text Example

White with #17314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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