Html Css Color HEX #386163 Oracle

📋 copy color: '#386163'

red 56 ◦ green 97 ◦ blue 99

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

Shades of Oracle #386163

Tints of Oracle #386163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

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

R = 22.22%
G = 38.49%
B = 39.29%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#386163 (or 0x386163) is known color: Oracle. HEX triplet: 38, 61 and 63. RGB value is (56,97,99). Sum of RGB (Red+Green+Blue) = 56+97+99=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #386163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386163 is #C79E9C. Grayscale: #545454. Windows color (decimal): -13082269 or 6512952. OLE color: 6512952.

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

Color convert

RGB 56 97 99 -
CMYK 0.43 0.02 0 0.61
HSL 182.79º 0.28% 0.3% -
HSV(B) 182.79º 0.43% 0.39% -
XYZ 8.16 10.29 13.36 -
YUV 84.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 56 97 99 0.43 0.02 0 0.61 182.79 0.28 0.3
Hex 38 61 63 2B 2 0 3D B7 1C 1E
Octal 70 141 143 53 2 0 75 267 34 36
Binary 111000 1100001 1100011 101011 10 0 111101 10110111 11100 11110

Color Harmonies of #386163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386163

Black with #386163

Text Example


Text Example

White with #386163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386163; }

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

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

background-color css

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

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

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

border-color css

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

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

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