Html Css Color HEX #38575B Oracle

📋 copy color: '#38575B'

red 56 ◦ green 87 ◦ blue 91

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

Shades of Oracle #38575B

Tints of Oracle #38575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 23.93%
G = 37.18%
B = 38.89%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38575B (or 0x38575B) is known color: Oracle. HEX triplet: 38, 57 and 5B. RGB value is (56,87,91). Sum of RGB (Red+Green+Blue) = 56+87+91=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #38575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38575B is #C7A8A4. Grayscale: #4E4E4E. Windows color (decimal): -13084837 or 5986104. OLE color: 5986104.

HSL color Cylindrical-coordinate representation of color #38575B: hue angle of 186.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 #38575B is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 87 91 -
CMYK 0.38 0.04 0 0.64
HSL 186.86º 0.24% 0.29% -
HSV(B) 186.86º 0.38% 0.36% -
XYZ 6.93 8.41 11.16 -
YUV 78.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 56 87 91 0.38 0.04 0 0.64 186.86 0.24 0.29
Hex 38 57 5B 26 4 0 40 BB 18 1D
Octal 70 127 133 46 4 0 100 273 30 35
Binary 111000 1010111 1011011 100110 100 0 1000000 10111011 11000 11101

Color Harmonies of #38575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38575B

Black with #38575B

Text Example


Text Example

White with #38575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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