Html Css Color HEX #304663 Catalina Blue

📋 copy color: '#304663'

red 48 ◦ green 70 ◦ blue 99

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

Shades of Catalina Blue #304663

Tints of Catalina Blue #304663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

 BLUE value IS 99 (39.06% from 255) = 45.62%

R = 22.12%
G = 32.26%
B = 45.62%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304663 (or 0x304663) is known color: Catalina Blue. HEX triplet: 30, 46 and 63. RGB value is (48,70,99). Sum of RGB (Red+Green+Blue) = 48+70+99=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #304663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304663 is #CFB99C. Grayscale: #424242. Windows color (decimal): -13613469 or 6506032. OLE color: 6506032.

HSL color Cylindrical-coordinate representation of color #304663: hue angle of 214.12º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304663 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 70 99 -
CMYK 0.52 0.29 0 0.61
HSL 214.12º 0.35% 0.29% -
HSV(B) 214.12º 0.52% 0.39% -
XYZ 5.66 5.91 12.65 -
YUV 66.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 48 70 99 0.52 0.29 0 0.61 214.12 0.35 0.29
Hex 30 46 63 34 1D 0 3D D6 23 1D
Octal 60 106 143 64 35 0 75 326 43 35
Binary 110000 1000110 1100011 110100 11101 0 111101 11010110 100011 11101

Color Harmonies of #304663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304663

Black with #304663

Text Example


Text Example

White with #304663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304663; }

 p { color: rgb(48,70,99); }

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

background-color css

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

 a { background-color: rgb(48,70,99); }

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

border-color css

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

 span { border-color: rgb(48,70,99); }

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