Html Css Color HEX #394563 Gulf Blue

📋 copy color: '#394563'

red 57 ◦ green 69 ◦ blue 99

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

Shades of Gulf Blue #394563

Tints of Gulf Blue #394563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 25.33%
G = 30.67%
B = 44%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#394563 (or 0x394563) is known color: Gulf Blue. HEX triplet: 39, 45 and 63. RGB value is (57,69,99). Sum of RGB (Red+Green+Blue) = 57+69+99=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #394563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394563 is #C6BA9C. Grayscale: #444444. Windows color (decimal): -13023901 or 6505785. OLE color: 6505785.

HSL color Cylindrical-coordinate representation of color #394563: hue angle of 222.86º 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 #394563 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 69 99 -
CMYK 0.42 0.30 0 0.61
HSL 222.86º 0.27% 0.31% -
HSV(B) 222.86º 0.42% 0.39% -
XYZ 6.07 6.03 12.65 -
YUV 68.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 57 69 99 0.42 0.30 0 0.61 222.86 0.27 0.31
Hex 39 45 63 2A 1E 0 3D DF 1B 1F
Octal 71 105 143 52 36 0 75 337 33 37
Binary 111001 1000101 1100011 101010 11110 0 111101 11011111 11011 11111

Color Harmonies of #394563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394563

Black with #394563

Text Example


Text Example

White with #394563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394563; }

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

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

background-color css

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

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

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

border-color css

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

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

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