Html Css Color HEX #385555 Oracle

📋 copy color: '#385555'

red 56 ◦ green 85 ◦ blue 85

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

Shades of Oracle #385555

Tints of Oracle #385555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 24.78%
G = 37.61%
B = 37.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#385555 (or 0x385555) is known color: Oracle. HEX triplet: 38, 55 and 55. RGB value is (56,85,85). Sum of RGB (Red+Green+Blue) = 56+85+85=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #385555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385555 is #C7AAAA. Grayscale: #4C4C4C. Windows color (decimal): -13085355 or 5592376. OLE color: 5592376.

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

Color convert

RGB 56 85 85 -
CMYK 0.34 0 0 0.67
HSL 180º 0.21% 0.28% -
HSV(B) 180º 0.34% 0.33% -
XYZ 6.52 7.99 9.79 -
YUV 76.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 56 85 85 0.34 0 0 0.67 180 0.21 0.28
Hex 38 55 55 22 0 0 43 B4 15 1C
Octal 70 125 125 42 0 0 103 264 25 34
Binary 111000 1010101 1010101 100010 0 0 1000011 10110100 10101 11100

Color Harmonies of #385555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385555

Black with #385555

Text Example


Text Example

White with #385555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385555; }

 p { color: rgb(56,85,85); }

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

background-color css

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

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

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

border-color css

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

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

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