Html Css Color HEX #386463 Oracle

📋 copy color: '#386463'

red 56 ◦ green 100 ◦ blue 99

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

Shades of Oracle #386463

Tints of Oracle #386463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.22%

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

R = 21.96%
G = 39.22%
B = 38.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#386463 (or 0x386463) is known color: Oracle. HEX triplet: 38, 64 and 63. RGB value is (56,100,99). Sum of RGB (Red+Green+Blue) = 56+100+99=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 100 - color contains mainly: green. Hex color #386463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386463 is #C79B9C. Grayscale: #565656. Windows color (decimal): -13081501 or 6513720. OLE color: 6513720.

HSL color Cylindrical-coordinate representation of color #386463: hue angle of 178.64º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #386463 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 100 99 -
CMYK 0.44 0 0.01 0.61
HSL 178.64º 0.28% 0.31% -
HSV(B) 178.64º 0.44% 0.39% -
XYZ 8.44 10.86 13.45 -
YUV 86.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 56 100 99 0.44 0 0.01 0.61 178.64 0.28 0.31
Hex 38 64 63 2C 0 1 3D B3 1C 1F
Octal 70 144 143 54 0 1 75 263 34 37
Binary 111000 1100100 1100011 101100 0 1 111101 10110011 11100 11111

Color Harmonies of #386463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386463

Black with #386463

Text Example


Text Example

White with #386463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386463; }

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

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

background-color css

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

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

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

border-color css

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

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

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