Html Css Color HEX #385B58 Oracle

📋 copy color: '#385B58'

red 56 ◦ green 91 ◦ blue 88

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

Shades of Oracle #385B58

Tints of Oracle #385B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.72%

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 23.83%
G = 38.72%
B = 37.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#385B58 (or 0x385B58) is known color: Oracle. HEX triplet: 38, 5B and 58. RGB value is (56,91,88). Sum of RGB (Red+Green+Blue) = 56+91+88=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #385B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B58 is #C7A4A7. Grayscale: #505050. Windows color (decimal): -13083816 or 5790520. OLE color: 5790520.

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

Color convert

RGB 56 91 88 -
CMYK 0.38 0 0.03 0.64
HSL 174.86º 0.24% 0.29% -
HSV(B) 174.86º 0.38% 0.36% -
XYZ 7.13 9.03 10.6 -
YUV 80.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 56 91 88 0.38 0 0.03 0.64 174.86 0.24 0.29
Hex 38 5B 58 26 0 3 40 AF 18 1D
Octal 70 133 130 46 0 3 100 257 30 35
Binary 111000 1011011 1011000 100110 0 11 1000000 10101111 11000 11101

Color Harmonies of #385B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B58

Black with #385B58

Text Example


Text Example

White with #385B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,88); }

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

background-color css

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

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

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

border-color css

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

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

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