Html Css Color HEX #385352 Oracle

📋 copy color: '#385352'

red 56 ◦ green 83 ◦ blue 82

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

Shades of Oracle #385352

Tints of Oracle #385352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 25.34%
G = 37.56%
B = 37.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#385352 (or 0x385352) is known color: Oracle. HEX triplet: 38, 53 and 52. RGB value is (56,83,82). Sum of RGB (Red+Green+Blue) = 56+83+82=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #385352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385352 is #C7ACAD. Grayscale: #4A4A4A. Windows color (decimal): -13085870 or 5395256. OLE color: 5395256.

HSL color Cylindrical-coordinate representation of color #385352: hue angle of 177.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385352 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 82 -
CMYK 0.33 0 0.01 0.67
HSL 177.78º 0.19% 0.27% -
HSV(B) 177.78º 0.33% 0.33% -
XYZ 6.25 7.64 9.13 -
YUV 74.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 56 83 82 0.33 0 0.01 0.67 177.78 0.19 0.27
Hex 38 53 52 21 0 1 43 B2 13 1B
Octal 70 123 122 41 0 1 103 262 23 33
Binary 111000 1010011 1010010 100001 0 1 1000011 10110010 10011 11011

Color Harmonies of #385352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385352

Black with #385352

Text Example


Text Example

White with #385352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385352; }

 p { color: rgb(56,83,82); }

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

background-color css

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

 a { background-color: rgb(56,83,82); }

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

border-color css

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

 span { border-color: rgb(56,83,82); }

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