Html Css Color HEX #386061 Oracle

📋 copy color: '#386061'

red 56 ◦ green 96 ◦ blue 97

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

Shades of Oracle #386061

Tints of Oracle #386061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 22.49%
G = 38.55%
B = 38.96%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#386061 (or 0x386061) is known color: Oracle. HEX triplet: 38, 60 and 61. RGB value is (56,96,97). Sum of RGB (Red+Green+Blue) = 56+96+97=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #386061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386061 is #C79F9E. Grayscale: #545454. Windows color (decimal): -13082527 or 6381624. OLE color: 6381624.

HSL color Cylindrical-coordinate representation of color #386061: hue angle of 181.46º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386061 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 97 -
CMYK 0.42 0.01 0 0.62
HSL 181.46º 0.27% 0.3% -
HSV(B) 181.46º 0.42% 0.38% -
XYZ 7.97 10.07 12.83 -
YUV 84.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 56 96 97 0.42 0.01 0 0.62 181.46 0.27 0.3
Hex 38 60 61 2A 1 0 3E B5 1B 1E
Octal 70 140 141 52 1 0 76 265 33 36
Binary 111000 1100000 1100001 101010 1 0 111110 10110101 11011 11110

Color Harmonies of #386061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386061

Black with #386061

Text Example


Text Example

White with #386061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386061; }

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

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

background-color css

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

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

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

border-color css

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

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

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