Html Css Color HEX #304260 Gulf Blue

📋 copy color: '#304260'

red 48 ◦ green 66 ◦ blue 96

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

Shades of Gulf Blue #304260

Tints of Gulf Blue #304260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 22.86%
G = 31.43%
B = 45.71%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304260 (or 0x304260) is known color: Gulf Blue. HEX triplet: 30, 42 and 60. RGB value is (48,66,96). Sum of RGB (Red+Green+Blue) = 48+66+96=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #304260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304260 is #CFBD9F. Grayscale: #3F3F3F. Windows color (decimal): -13614496 or 6308400. OLE color: 6308400.

HSL color Cylindrical-coordinate representation of color #304260: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304260 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 66 96 -
CMYK 0.50 0.31 0 0.62
HSL 217.5º 0.33% 0.28% -
HSV(B) 217.5º 0.5% 0.38% -
XYZ 5.28 5.37 11.82 -
YUV 64.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 48 66 96 0.50 0.31 0 0.62 217.5 0.33 0.28
Hex 30 42 60 32 1F 0 3E DA 21 1C
Octal 60 102 140 62 37 0 76 332 41 34
Binary 110000 1000010 1100000 110010 11111 0 111110 11011010 100001 11100

Color Harmonies of #304260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304260

Black with #304260

Text Example


Text Example

White with #304260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304260; }

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

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

background-color css

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

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

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

border-color css

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

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

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