Html Css Color HEX #17305E Catalina Blue

📋 copy color: '#17305E'

red 23 ◦ green 48 ◦ blue 94

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

Shades of Catalina Blue #17305E

Tints of Catalina Blue #17305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

 BLUE value IS 94 (37.11% from 255) = 56.97%

R = 13.94%
G = 29.09%
B = 56.97%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17305E (or 0x17305E) is known color: Catalina Blue. HEX triplet: 17, 30 and 5E. RGB value is (23,48,94). Sum of RGB (Red+Green+Blue) = 23+48+94=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #17305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17305E is #E8CFA1. Grayscale: #2D2D2D. Windows color (decimal): -15257506 or 6172695. OLE color: 6172695.

HSL color Cylindrical-coordinate representation of color #17305E: hue angle of 218.87º 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 #17305E is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 48 94 -
CMYK 0.76 0.49 0 0.63
HSL 218.87º 0.61% 0.23% -
HSV(B) 218.87º 0.76% 0.37% -
XYZ 3.43 3.1 11.01 -
YUV 45.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 23 48 94 0.76 0.49 0 0.63 218.87 0.61 0.23
Hex 17 30 5E 4C 31 0 3F DB 3D 17
Octal 27 60 136 114 61 0 77 333 75 27
Binary 10111 110000 1011110 1001100 110001 0 111111 11011011 111101 10111

Color Harmonies of #17305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17305E

Black with #17305E

Text Example


Text Example

White with #17305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17305E; }

 p { color: rgb(23,48,94); }

 H1.HeaderClassName
 {
   color: #17305E;
 }
 .AnyTagClassName
 {
   color: #17305E;
 }
</style>

background-color css

<style>
 a { background-color: #17305E; }

 a { background-color: rgb(23,48,94); }

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

border-color css

<style>
 span { border-color: #17305E; }

 span { border-color: rgb(23,48,94); }

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