Html Css Color HEX #304360 Gulf Blue

📋 copy color: '#304360'

red 48 ◦ green 67 ◦ blue 96

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

Shades of Gulf Blue #304360

Tints of Gulf Blue #304360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

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

R = 22.75%
G = 31.75%
B = 45.5%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304360 (or 0x304360) is known color: Gulf Blue. HEX triplet: 30, 43 and 60. RGB value is (48,67,96). Sum of RGB (Red+Green+Blue) = 48+67+96=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #304360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304360 is #CFBC9F. Grayscale: #404040. Windows color (decimal): -13614240 or 6308656. OLE color: 6308656.

HSL color Cylindrical-coordinate representation of color #304360: hue angle of 216.25º 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 #304360 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 67 96 -
CMYK 0.50 0.30 0 0.62
HSL 216.25º 0.33% 0.28% -
HSV(B) 216.25º 0.5% 0.38% -
XYZ 5.34 5.49 11.84 -
YUV 64.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 48 67 96 0.50 0.30 0 0.62 216.25 0.33 0.28
Hex 30 43 60 32 1E 0 3E D8 21 1C
Octal 60 103 140 62 36 0 76 330 41 34
Binary 110000 1000011 1100000 110010 11110 0 111110 11011000 100001 11100

Color Harmonies of #304360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304360

Black with #304360

Text Example


Text Example

White with #304360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304360; }

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

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

background-color css

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

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

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

border-color css

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

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

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