Html Css Color HEX #385A58 Oracle

📋 copy color: '#385A58'

red 56 ◦ green 90 ◦ blue 88

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

Shades of Oracle #385A58

Tints of Oracle #385A58

RGB

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

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

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

R = 23.93%
G = 38.46%
B = 37.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#385A58 (or 0x385A58) is known color: Oracle. HEX triplet: 38, 5A and 58. RGB value is (56,90,88). Sum of RGB (Red+Green+Blue) = 56+90+88=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 90 - color contains mainly: green. Hex color #385A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A58 is #C7A5A7. Grayscale: #4F4F4F. Windows color (decimal): -13084072 or 5790264. OLE color: 5790264.

HSL color Cylindrical-coordinate representation of color #385A58: hue angle of 176.47º 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 #385A58 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 88 -
CMYK 0.38 0 0.02 0.65
HSL 176.47º 0.23% 0.29% -
HSV(B) 176.47º 0.38% 0.35% -
XYZ 7.05 8.86 10.57 -
YUV 79.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 56 90 88 0.38 0 0.02 0.65 176.47 0.23 0.29
Hex 38 5A 58 26 0 2 41 B0 17 1D
Octal 70 132 130 46 0 2 101 260 27 35
Binary 111000 1011010 1011000 100110 0 10 1000001 10110000 10111 11101

Color Harmonies of #385A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A58

Black with #385A58

Text Example


Text Example

White with #385A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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