#384461

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

Shades of Gulf Blue #384461

Tints of Gulf Blue #384461

Color information

#384461 (or 0x384461) is unknown color: approx Gulf Blue. HEX triplet: 38, 44 and 61. RGB value is (56,68,97). Sum of RGB (Red+Green+Blue) = 56+68+97=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #384461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384461 is #C7BB9E. Grayscale: #434343. Windows color (decimal): -13089695 or 6374456. OLE color: 6374456.

HSL color Cylindrical-coordinate representation of color #384461: hue angle of 222.44º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384461 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB566897-
CMYK0.420.3000.62
HSL222.44º26.8%30%-
HSV(B)222.44º42.27%38.04%-
XYZ5.865.8412.13-
YUV67.72144.52119.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=25.34%
G=30.77%
B=43.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5668970.420.3000.62222.4426.830
Hex3844612A1E03Ede1b1e
Octal7010414152360763363336
Binary11100010001001100001101010111100111110110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384461; }

 p { color: rgb(56,68,97); }

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

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

 a { background-color: rgb(56,68,97); }

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

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

 span { border-color: rgb(56,68,97); }

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