#384663

Color #384663 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #384663

Tints of Gulf Blue #384663

Color information

#384663 (or 0x384663) is unknown color: approx Gulf Blue. HEX triplet: 38, 46 and 63. RGB value is (56,70,99). Sum of RGB (Red+Green+Blue) = 56+70+99=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 70 (27.73% from 255 or 31.11% 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 #384663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384663 is #C7B99C. Grayscale: #444444. Windows color (decimal): -13089181 or 6506040. OLE color: 6506040.

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

Color convert

RGB567099-
CMYK0.430.2900.61
HSL220.47º27.74%30.39%-
HSV(B)220.47º43.43%38.82%-
XYZ6.076.1212.67-
YUV69.12144.86118.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 99 (39.06% from 255) = 44%
R=24.89%
G=31.11%
B=44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5670990.430.2900.61220.4727.7430.39
Hex3846632B1D03Ddc1c1e
Octal7010614353350753343436
Binary11100010001101100011101011111010111101110111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384663; }

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

 H1.HeaderClassName
 {
   color: #384663;
 }
 .AnyTagClassName
 {
   color: #384663;
 }
</style>
background-color css

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

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

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

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

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

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