Html Css Color HEX #386661 Oracle

📋 copy color: '#386661'

red 56 ◦ green 102 ◦ blue 97

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

Shades of Oracle #386661

Tints of Oracle #386661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

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

R = 21.96%
G = 40%
B = 38.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#386661 (or 0x386661) is known color: Oracle. HEX triplet: 38, 66 and 61. RGB value is (56,102,97). Sum of RGB (Red+Green+Blue) = 56+102+97=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #386661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386661 is #C7999E. Grayscale: #575757. Windows color (decimal): -13080991 or 6383160. OLE color: 6383160.

HSL color Cylindrical-coordinate representation of color #386661: hue angle of 173.48º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386661 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 97 -
CMYK 0.45 0 0.05 0.6
HSL 173.48º 0.29% 0.31% -
HSV(B) 173.48º 0.45% 0.4% -
XYZ 8.54 11.21 13.02 -
YUV 87.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 56 102 97 0.45 0 0.05 0.6 173.48 0.29 0.31
Hex 38 66 61 2D 0 5 3C AD 1D 1F
Octal 70 146 141 55 0 5 74 255 35 37
Binary 111000 1100110 1100001 101101 0 101 111100 10101101 11101 11111

Color Harmonies of #386661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386661

Black with #386661

Text Example


Text Example

White with #386661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386661; }

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

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

background-color css

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

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

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

border-color css

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

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

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