Html Css Color HEX #304566 Gulf Blue

📋 copy color: '#304566'

red 48 ◦ green 69 ◦ blue 102

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

Shades of Gulf Blue #304566

Tints of Gulf Blue #304566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.58%

R = 21.92%
G = 31.51%
B = 46.58%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#304566 (or 0x304566) is known color: Gulf Blue. HEX triplet: 30, 45 and 66. RGB value is (48,69,102). Sum of RGB (Red+Green+Blue) = 48+69+102=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #304566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304566 is #CFBA99. Grayscale: #424242. Windows color (decimal): -13613722 or 6702384. OLE color: 6702384.

HSL color Cylindrical-coordinate representation of color #304566: hue angle of 216.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304566 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 69 102 -
CMYK 0.53 0.32 0 0.6
HSL 216.67º 0.36% 0.29% -
HSV(B) 216.67º 0.53% 0.4% -
XYZ 5.75 5.84 13.4 -
YUV 66.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 48 69 102 0.53 0.32 0 0.6 216.67 0.36 0.29
Hex 30 45 66 35 20 0 3C D9 24 1D
Octal 60 105 146 65 40 0 74 331 44 35
Binary 110000 1000101 1100110 110101 100000 0 111100 11011001 100100 11101

Color Harmonies of #304566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304566

Black with #304566

Text Example


Text Example

White with #304566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304566; }

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

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

background-color css

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

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

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

border-color css

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

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

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