#384361

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

Shades of Gulf Blue #384361

Tints of Gulf Blue #384361

Color information

#384361 (or 0x384361) is unknown color: approx Gulf Blue. HEX triplet: 38, 43 and 61. RGB value is (56,67,97). Sum of RGB (Red+Green+Blue) = 56+67+97=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #384361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384361 is #C7BC9E. Grayscale: #434343. Windows color (decimal): -13089951 or 6374200. OLE color: 6374200.

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

Color convert

RGB566797-
CMYK0.420.3100.62
HSL223.9º26.8%30%-
HSV(B)223.9º42.27%38.04%-
XYZ5.85.7212.11-
YUV67.13144.86120.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=25.45%
G=30.45%
B=44.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5667970.420.3100.62223.926.830
Hex3843612A1F03Ee01b1e
Octal7010314152370763403336
Binary11100010000111100001101010111110111110111000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384361; }

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

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

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

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

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

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

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

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