Html Css Color HEX #17315F Catalina Blue

📋 copy color: '#17315F'

red 23 ◦ green 49 ◦ blue 95

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

Shades of Catalina Blue #17315F

Tints of Catalina Blue #17315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.89%

R = 13.77%
G = 29.34%
B = 56.89%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17315F (or 0x17315F) is known color: Catalina Blue. HEX triplet: 17, 31 and 5F. RGB value is (23,49,95). Sum of RGB (Red+Green+Blue) = 23+49+95=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #17315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17315F is #E8CEA0. Grayscale: #2E2E2E. Windows color (decimal): -15257249 or 6238487. OLE color: 6238487.

HSL color Cylindrical-coordinate representation of color #17315F: hue angle of 218.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17315F is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 49 95 -
CMYK 0.76 0.48 0 0.63
HSL 218.33º 0.61% 0.23% -
HSV(B) 218.33º 0.76% 0.37% -
XYZ 3.52 3.21 11.26 -
YUV 46.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 23 49 95 0.76 0.48 0 0.63 218.33 0.61 0.23
Hex 17 31 5F 4C 30 0 3F DA 3D 17
Octal 27 61 137 114 60 0 77 332 75 27
Binary 10111 110001 1011111 1001100 110000 0 111111 11011010 111101 10111

Color Harmonies of #17315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17315F

Black with #17315F

Text Example


Text Example

White with #17315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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