Html Css Color HEX #384263 Bay Of Many

📋 copy color: '#384263'

red 56 ◦ green 66 ◦ blue 99

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

Shades of Bay Of Many #384263

Tints of Bay Of Many #384263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 25.34%
G = 29.86%
B = 44.8%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#384263 (or 0x384263) is known color: Bay Of Many. HEX triplet: 38, 42 and 63. RGB value is (56,66,99). Sum of RGB (Red+Green+Blue) = 56+66+99=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #384263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384263 is #C7BD9C. Grayscale: #424242. Windows color (decimal): -13090205 or 6505016. OLE color: 6505016.

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

Color convert

RGB 56 66 99 -
CMYK 0.43 0.33 0 0.61
HSL 226.05º 0.28% 0.3% -
HSV(B) 226.05º 0.43% 0.39% -
XYZ 5.83 5.64 12.59 -
YUV 66.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 56 66 99 0.43 0.33 0 0.61 226.05 0.28 0.3
Hex 38 42 63 2B 21 0 3D E2 1C 1E
Octal 70 102 143 53 41 0 75 342 34 36
Binary 111000 1000010 1100011 101011 100001 0 111101 11100010 11100 11110

Color Harmonies of #384263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384263

Black with #384263

Text Example


Text Example

White with #384263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384263; }

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

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

background-color css

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

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

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

border-color css

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

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

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