Html Css Color HEX #304462 Gulf Blue

📋 copy color: '#304462'

red 48 ◦ green 68 ◦ blue 98

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

Shades of Gulf Blue #304462

Tints of Gulf Blue #304462

RGB

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

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

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

R = 22.43%
G = 31.78%
B = 45.79%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304462 (or 0x304462) is known color: Gulf Blue. HEX triplet: 30, 44 and 62. RGB value is (48,68,98). Sum of RGB (Red+Green+Blue) = 48+68+98=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #304462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304462 is #CFBB9D. Grayscale: #414141. Windows color (decimal): -13613982 or 6439984. OLE color: 6439984.

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

Color convert

RGB 48 68 98 -
CMYK 0.51 0.31 0 0.62
HSL 216º 0.34% 0.29% -
HSV(B) 216º 0.51% 0.38% -
XYZ 5.49 5.64 12.36 -
YUV 65.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 48 68 98 0.51 0.31 0 0.62 216 0.34 0.29
Hex 30 44 62 33 1F 0 3E D8 22 1D
Octal 60 104 142 63 37 0 76 330 42 35
Binary 110000 1000100 1100010 110011 11111 0 111110 11011000 100010 11101

Color Harmonies of #304462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304462

Black with #304462

Text Example


Text Example

White with #304462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304462; }

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

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

background-color css

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

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

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

border-color css

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

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

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