Html Css Color HEX #304465 Gulf Blue

📋 copy color: '#304465'

red 48 ◦ green 68 ◦ blue 101

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

Shades of Gulf Blue #304465

Tints of Gulf Blue #304465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

 BLUE value IS 101 (39.84% from 255) = 46.54%

R = 22.12%
G = 31.34%
B = 46.54%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#304465 (or 0x304465) is known color: Gulf Blue. HEX triplet: 30, 44 and 65. RGB value is (48,68,101). Sum of RGB (Red+Green+Blue) = 48+68+101=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #304465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304465 is #CFBB9A. Grayscale: #414141. Windows color (decimal): -13613979 or 6636592. OLE color: 6636592.

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

Color convert

RGB 48 68 101 -
CMYK 0.52 0.33 0 0.60
HSL 217.36º 0.36% 0.29% -
HSV(B) 217.36º 0.52% 0.4% -
XYZ 5.64 5.7 13.12 -
YUV 65.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 48 68 101 0.52 0.33 0 0.60 217.36 0.36 0.29
Hex 30 44 65 34 21 0 3C D9 24 1D
Octal 60 104 145 64 41 0 74 331 44 35
Binary 110000 1000100 1100101 110100 100001 0 111100 11011001 100100 11101

Color Harmonies of #304465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304465

Black with #304465

Text Example


Text Example

White with #304465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304465; }

 p { color: rgb(48,68,101); }

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

background-color css

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

 a { background-color: rgb(48,68,101); }

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

border-color css

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

 span { border-color: rgb(48,68,101); }

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