Html Css Color HEX #385A57 Oracle

📋 copy color: '#385A57'

red 56 ◦ green 90 ◦ blue 87

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

Shades of Oracle #385A57

Tints of Oracle #385A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.63%

 BLUE value IS 87 (34.38% from 255) = 37.34%

R = 24.03%
G = 38.63%
B = 37.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#385A57 (or 0x385A57) is known color: Oracle. HEX triplet: 38, 5A and 57. RGB value is (56,90,87). Sum of RGB (Red+Green+Blue) = 56+90+87=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #385A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A57 is #C7A5A8. Grayscale: #4F4F4F. Windows color (decimal): -13084073 or 5724728. OLE color: 5724728.

HSL color Cylindrical-coordinate representation of color #385A57: hue angle of 174.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A57 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 87 -
CMYK 0.38 0 0.03 0.65
HSL 174.71º 0.23% 0.29% -
HSV(B) 174.71º 0.38% 0.35% -
XYZ 7.01 8.84 10.35 -
YUV 79.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 56 90 87 0.38 0 0.03 0.65 174.71 0.23 0.29
Hex 38 5A 57 26 0 3 41 AF 17 1D
Octal 70 132 127 46 0 3 101 257 27 35
Binary 111000 1011010 1010111 100110 0 11 1000001 10101111 10111 11101

Color Harmonies of #385A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A57

Black with #385A57

Text Example


Text Example

White with #385A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385A57; }

 p { color: rgb(56,90,87); }

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

background-color css

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

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

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

border-color css

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

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

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