Html Css Color HEX #386162 Oracle

📋 copy color: '#386162'

red 56 ◦ green 97 ◦ blue 98

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

Shades of Oracle #386162

Tints of Oracle #386162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 22.31%
G = 38.65%
B = 39.04%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#386162 (or 0x386162) is known color: Oracle. HEX triplet: 38, 61 and 62. RGB value is (56,97,98). Sum of RGB (Red+Green+Blue) = 56+97+98=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #386162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386162 is #C79E9D. Grayscale: #545454. Windows color (decimal): -13082270 or 6447416. OLE color: 6447416.

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

Color convert

RGB 56 97 98 -
CMYK 0.43 0.01 0 0.62
HSL 181.43º 0.27% 0.3% -
HSV(B) 181.43º 0.43% 0.38% -
XYZ 8.11 10.27 13.11 -
YUV 84.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 56 97 98 0.43 0.01 0 0.62 181.43 0.27 0.3
Hex 38 61 62 2B 1 0 3E B5 1B 1E
Octal 70 141 142 53 1 0 76 265 33 36
Binary 111000 1100001 1100010 101011 1 0 111110 10110101 11011 11110

Color Harmonies of #386162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386162

Black with #386162

Text Example


Text Example

White with #386162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386162; }

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

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

background-color css

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

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

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

border-color css

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

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

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