#384664

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

Shades of Gulf Blue #384664

Tints of Gulf Blue #384664

Color information

#384664 (or 0x384664) is unknown color: approx Gulf Blue. HEX triplet: 38, 46 and 64. RGB value is (56,70,100). Sum of RGB (Red+Green+Blue) = 56+70+100=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #384664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384664 is #C7B99B. Grayscale: #454545. Windows color (decimal): -13089180 or 6571576. OLE color: 6571576.

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

Color convert

RGB5670100-
CMYK0.440.3000.61
HSL220.91º28.21%30.59%-
HSV(B)220.91º44%39.22%-
XYZ6.126.1412.92-
YUV69.23145.36118.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 100 (39.45% from 255) = 44.25%
R=24.78%
G=30.97%
B=44.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56701000.440.3000.61220.9128.2130.59
Hex3846642C1E03Ddd1c1f
Octal7010614454360753353437
Binary11100010001101100100101100111100111101110111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384664; }

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

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

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

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

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

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

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

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