Html Css Color HEX #304262 Gulf Blue

📋 copy color: '#304262'

red 48 ◦ green 66 ◦ blue 98

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

Shades of Gulf Blue #304262

Tints of Gulf Blue #304262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 22.64%
G = 31.13%
B = 46.23%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304262 (or 0x304262) is known color: Gulf Blue. HEX triplet: 30, 42 and 62. RGB value is (48,66,98). Sum of RGB (Red+Green+Blue) = 48+66+98=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #304262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304262 is #CFBD9D. Grayscale: #404040. Windows color (decimal): -13614494 or 6439472. OLE color: 6439472.

HSL color Cylindrical-coordinate representation of color #304262: hue angle of 218.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304262 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 66 98 -
CMYK 0.51 0.33 0 0.62
HSL 218.4º 0.34% 0.29% -
HSV(B) 218.4º 0.51% 0.38% -
XYZ 5.37 5.41 12.32 -
YUV 64.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 48 66 98 0.51 0.33 0 0.62 218.4 0.34 0.29
Hex 30 42 62 33 21 0 3E DA 22 1D
Octal 60 102 142 63 41 0 76 332 42 35
Binary 110000 1000010 1100010 110011 100001 0 111110 11011010 100010 11101

Color Harmonies of #304262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304262

Black with #304262

Text Example


Text Example

White with #304262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304262; }

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

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

background-color css

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

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

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

border-color css

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

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

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