Html Css Color HEX #304562 Catalina Blue

📋 copy color: '#304562'

red 48 ◦ green 69 ◦ blue 98

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

Shades of Catalina Blue #304562

Tints of Catalina Blue #304562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.58%

R = 22.33%
G = 32.09%
B = 45.58%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304562 (or 0x304562) is known color: Catalina Blue. HEX triplet: 30, 45 and 62. RGB value is (48,69,98). Sum of RGB (Red+Green+Blue) = 48+69+98=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #304562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304562 is #CFBA9D. Grayscale: #414141. Windows color (decimal): -13613726 or 6440240. OLE color: 6440240.

HSL color Cylindrical-coordinate representation of color #304562: hue angle of 214.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304562 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 69 98 -
CMYK 0.51 0.30 0 0.62
HSL 214.8º 0.34% 0.29% -
HSV(B) 214.8º 0.51% 0.38% -
XYZ 5.55 5.77 12.38 -
YUV 66.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 48 69 98 0.51 0.30 0 0.62 214.8 0.34 0.29
Hex 30 45 62 33 1E 0 3E D7 22 1D
Octal 60 105 142 63 36 0 76 327 42 35
Binary 110000 1000101 1100010 110011 11110 0 111110 11010111 100010 11101

Color Harmonies of #304562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304562

Black with #304562

Text Example


Text Example

White with #304562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304562; }

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

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

background-color css

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

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

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

border-color css

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

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

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