Html Css Color HEX #394663 Gulf Blue

📋 copy color: '#394663'

red 57 ◦ green 70 ◦ blue 99

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

Shades of Gulf Blue #394663

Tints of Gulf Blue #394663

RGB

 RED value IS 57 (22.66% from 255) = 25.22%

 GREEN value IS 70 (27.73% from 255) = 30.97%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 25.22%
G = 30.97%
B = 43.81%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#394663 (or 0x394663) is known color: Gulf Blue. HEX triplet: 39, 46 and 63. RGB value is (57,70,99). Sum of RGB (Red+Green+Blue) = 57+70+99=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #394663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394663 is #C6B99C. Grayscale: #454545. Windows color (decimal): -13023645 or 6506041. OLE color: 6506041.

HSL color Cylindrical-coordinate representation of color #394663: hue angle of 221.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #394663 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 70 99 -
CMYK 0.42 0.29 0 0.61
HSL 221.43º 0.27% 0.31% -
HSV(B) 221.43º 0.42% 0.39% -
XYZ 6.13 6.15 12.67 -
YUV 69.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 57 70 99 0.42 0.29 0 0.61 221.43 0.27 0.31
Hex 39 46 63 2A 1D 0 3D DD 1B 1F
Octal 71 106 143 52 35 0 75 335 33 37
Binary 111001 1000110 1100011 101010 11101 0 111101 11011101 11011 11111

Color Harmonies of #394663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394663

Black with #394663

Text Example


Text Example

White with #394663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394663; }

 p { color: rgb(57,70,99); }

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

background-color css

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

 a { background-color: rgb(57,70,99); }

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

border-color css

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

 span { border-color: rgb(57,70,99); }

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