Html Css Color HEX #304666 Gulf Blue

📋 copy color: '#304666'

red 48 ◦ green 70 ◦ blue 102

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

Shades of Gulf Blue #304666

Tints of Gulf Blue #304666

RGB

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

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

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

R = 21.82%
G = 31.82%
B = 46.36%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#304666 (or 0x304666) is known color: Gulf Blue. HEX triplet: 30, 46 and 66. RGB value is (48,70,102). Sum of RGB (Red+Green+Blue) = 48+70+102=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #304666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304666 is #CFB999. Grayscale: #424242. Windows color (decimal): -13613466 or 6702640. OLE color: 6702640.

HSL color Cylindrical-coordinate representation of color #304666: hue angle of 215.56º 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 #304666 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 70 102 -
CMYK 0.53 0.31 0 0.6
HSL 215.56º 0.36% 0.29% -
HSV(B) 215.56º 0.53% 0.4% -
XYZ 5.81 5.97 13.42 -
YUV 67.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 48 70 102 0.53 0.31 0 0.6 215.56 0.36 0.29
Hex 30 46 66 35 1F 0 3C D8 24 1D
Octal 60 106 146 65 37 0 74 330 44 35
Binary 110000 1000110 1100110 110101 11111 0 111100 11011000 100100 11101

Color Harmonies of #304666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304666

Black with #304666

Text Example


Text Example

White with #304666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304666; }

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

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

background-color css

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

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

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

border-color css

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

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

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