Html Css Color HEX #384063 Bay Of Many

📋 copy color: '#384063'

red 56 ◦ green 64 ◦ blue 99

#384063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Of Many #384063

Tints of Bay Of Many #384063

RGB

 RED value IS 56 (22.27% from 255) = 25.57%

 GREEN value IS 64 (25.39% from 255) = 29.22%

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 25.57%
G = 29.22%
B = 45.21%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#384063 (or 0x384063) is known color: Bay Of Many. HEX triplet: 38, 40 and 63. RGB value is (56,64,99). Sum of RGB (Red+Green+Blue) = 56+64+99=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #384063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384063 is #C7BF9C. Grayscale: #414141. Windows color (decimal): -13090717 or 6504504. OLE color: 6504504.

HSL color Cylindrical-coordinate representation of color #384063: hue angle of 228.84º 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 #384063 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 64 99 -
CMYK 0.43 0.35 0 0.61
HSL 228.84º 0.28% 0.3% -
HSV(B) 228.84º 0.43% 0.39% -
XYZ 5.72 5.41 12.55 -
YUV 65.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 56 64 99 0.43 0.35 0 0.61 228.84 0.28 0.3
Hex 38 40 63 2B 23 0 3D E5 1C 1E
Octal 70 100 143 53 43 0 75 345 34 36
Binary 111000 1000000 1100011 101011 100011 0 111101 11100101 11100 11110

Color Harmonies of #384063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384063

Black with #384063

Text Example


Text Example

White with #384063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384063; }

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

 H1.HeaderClassName
 {
   color: #384063;
 }
 .AnyTagClassName
 {
   color: #384063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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