Html Css Color HEX #304560 Catalina Blue

📋 copy color: '#304560'

red 48 ◦ green 69 ◦ blue 96

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

Shades of Catalina Blue #304560

Tints of Catalina Blue #304560

RGB

 RED value IS 48 (19.14% from 255) = 22.54%

 GREEN value IS 69 (27.34% from 255) = 32.39%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 22.54%
G = 32.39%
B = 45.07%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304560 (or 0x304560) is known color: Catalina Blue. HEX triplet: 30, 45 and 60. RGB value is (48,69,96). Sum of RGB (Red+Green+Blue) = 48+69+96=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #304560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304560 is #CFBA9F. Grayscale: #414141. Windows color (decimal): -13613728 or 6309168. OLE color: 6309168.

HSL color Cylindrical-coordinate representation of color #304560: hue angle of 213.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304560 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 69 96 -
CMYK 0.50 0.28 0 0.62
HSL 213.75º 0.33% 0.28% -
HSV(B) 213.75º 0.5% 0.38% -
XYZ 5.46 5.73 11.88 -
YUV 65.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 48 69 96 0.50 0.28 0 0.62 213.75 0.33 0.28
Hex 30 45 60 32 1C 0 3E D6 21 1C
Octal 60 105 140 62 34 0 76 326 41 34
Binary 110000 1000101 1100000 110010 11100 0 111110 11010110 100001 11100

Color Harmonies of #304560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304560

Black with #304560

Text Example


Text Example

White with #304560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304560; }

 p { color: rgb(48,69,96); }

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

background-color css

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

 a { background-color: rgb(48,69,96); }

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

border-color css

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

 span { border-color: rgb(48,69,96); }

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