#384867

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

Shades of Gulf Blue #384867

Tints of Gulf Blue #384867

Color information

#384867 (or 0x384867) is unknown color: approx Gulf Blue. HEX triplet: 38, 48 and 67. RGB value is (56,72,103). Sum of RGB (Red+Green+Blue) = 56+72+103=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #384867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384867 is #C7B798. Grayscale: #464646. Windows color (decimal): -13088665 or 6768696. OLE color: 6768696.

HSL color Cylindrical-coordinate representation of color #384867: hue angle of 219.57º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384867 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5672103-
CMYK0.460.3000.60
HSL219.57º29.56%31.18%-
HSV(B)219.57º45.63%40.39%-
XYZ6.46.4513.74-
YUV70.75146.2117.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=24.24%
G=31.17%
B=44.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56721030.460.3000.60219.5729.5631.18
Hex3848672E1E03Cdc1e1f
Octal7011014756360743343637
Binary11100010010001100111101110111100111100110111001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384867; }

 p { color: rgb(56,72,103); }

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

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

 a { background-color: rgb(56,72,103); }

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

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

 span { border-color: rgb(56,72,103); }

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