Html Css Color HEX #17315B Catalina Blue

📋 copy color: '#17315B'

red 23 ◦ green 49 ◦ blue 91

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

Shades of Catalina Blue #17315B

Tints of Catalina Blue #17315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.83%

R = 14.11%
G = 30.06%
B = 55.83%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17315B (or 0x17315B) is known color: Catalina Blue. HEX triplet: 17, 31 and 5B. RGB value is (23,49,91). Sum of RGB (Red+Green+Blue) = 23+49+91=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #17315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17315B is #E8CEA4. Grayscale: #2D2D2D. Windows color (decimal): -15257253 or 5976343. OLE color: 5976343.

HSL color Cylindrical-coordinate representation of color #17315B: hue angle of 217.06º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17315B is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 49 91 -
CMYK 0.75 0.46 0 0.64
HSL 217.06º 0.6% 0.22% -
HSV(B) 217.06º 0.75% 0.36% -
XYZ 3.34 3.13 10.33 -
YUV 46.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 23 49 91 0.75 0.46 0 0.64 217.06 0.6 0.22
Hex 17 31 5B 4B 2E 0 40 D9 3C 16
Octal 27 61 133 113 56 0 100 331 74 26
Binary 10111 110001 1011011 1001011 101110 0 1000000 11011001 111100 10110

Color Harmonies of #17315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17315B

Black with #17315B

Text Example


Text Example

White with #17315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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