Html Css Color HEX #304266 Gulf Blue

📋 copy color: '#304266'

red 48 ◦ green 66 ◦ blue 102

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

Shades of Gulf Blue #304266

Tints of Gulf Blue #304266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

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

R = 22.22%
G = 30.56%
B = 47.22%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#304266 (or 0x304266) is known color: Gulf Blue. HEX triplet: 30, 42 and 66. RGB value is (48,66,102). Sum of RGB (Red+Green+Blue) = 48+66+102=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #304266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304266 is #CFBD99. Grayscale: #404040. Windows color (decimal): -13614490 or 6701616. OLE color: 6701616.

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

Color convert

RGB 48 66 102 -
CMYK 0.53 0.35 0 0.6
HSL 220º 0.36% 0.29% -
HSV(B) 220º 0.53% 0.4% -
XYZ 5.57 5.48 13.34 -
YUV 64.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 48 66 102 0.53 0.35 0 0.6 220 0.36 0.29
Hex 30 42 66 35 23 0 3C DC 24 1D
Octal 60 102 146 65 43 0 74 334 44 35
Binary 110000 1000010 1100110 110101 100011 0 111100 11011100 100100 11101

Color Harmonies of #304266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304266

Black with #304266

Text Example


Text Example

White with #304266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304266; }

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

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

background-color css

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

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

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

border-color css

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

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

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