Html Css Color HEX #304267 Gulf Blue

📋 copy color: '#304267'

red 48 ◦ green 66 ◦ blue 103

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

Shades of Gulf Blue #304267

Tints of Gulf Blue #304267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 22.12%
G = 30.41%
B = 47.47%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#304267 (or 0x304267) is known color: Gulf Blue. HEX triplet: 30, 42 and 67. RGB value is (48,66,103). Sum of RGB (Red+Green+Blue) = 48+66+103=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #304267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304267 is #CFBD98. Grayscale: #404040. Windows color (decimal): -13614489 or 6767152. OLE color: 6767152.

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

Color convert

RGB 48 66 103 -
CMYK 0.53 0.36 0 0.60
HSL 220.36º 0.36% 0.3% -
HSV(B) 220.36º 0.53% 0.4% -
XYZ 5.62 5.5 13.6 -
YUV 64.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 48 66 103 0.53 0.36 0 0.60 220.36 0.36 0.3
Hex 30 42 67 35 24 0 3C DC 24 1E
Octal 60 102 147 65 44 0 74 334 44 36
Binary 110000 1000010 1100111 110101 100100 0 111100 11011100 100100 11110

Color Harmonies of #304267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304267

Black with #304267

Text Example


Text Example

White with #304267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304267; }

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

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

background-color css

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

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

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

border-color css

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

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

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