Html Css Color HEX #304065 Gulf Blue

📋 copy color: '#304065'

red 48 ◦ green 64 ◦ blue 101

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

Shades of Gulf Blue #304065

Tints of Gulf Blue #304065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

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

R = 22.54%
G = 30.05%
B = 47.42%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#304065 (or 0x304065) is known color: Gulf Blue. HEX triplet: 30, 40 and 65. RGB value is (48,64,101). Sum of RGB (Red+Green+Blue) = 48+64+101=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #304065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304065 is #CFBF9A. Grayscale: #3F3F3F. Windows color (decimal): -13615003 or 6635568. OLE color: 6635568.

HSL color Cylindrical-coordinate representation of color #304065: hue angle of 221.89º 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 #304065 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 64 101 -
CMYK 0.52 0.37 0 0.60
HSL 221.89º 0.36% 0.29% -
HSV(B) 221.89º 0.52% 0.4% -
XYZ 5.4 5.23 13.04 -
YUV 63.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 48 64 101 0.52 0.37 0 0.60 221.89 0.36 0.29
Hex 30 40 65 34 25 0 3C DE 24 1D
Octal 60 100 145 64 45 0 74 336 44 35
Binary 110000 1000000 1100101 110100 100101 0 111100 11011110 100100 11101

Color Harmonies of #304065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304065

Black with #304065

Text Example


Text Example

White with #304065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304065; }

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

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

background-color css

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

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

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

border-color css

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

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

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