Html Css Color HEX #38605D Oracle

📋 copy color: '#38605D'

red 56 ◦ green 96 ◦ blue 93

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

Shades of Oracle #38605D

Tints of Oracle #38605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 22.86%
G = 39.18%
B = 37.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#38605D (or 0x38605D) is known color: Oracle. HEX triplet: 38, 60 and 5D. RGB value is (56,96,93). Sum of RGB (Red+Green+Blue) = 56+96+93=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #38605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38605D is #C79FA2. Grayscale: #535353. Windows color (decimal): -13082531 or 6119480. OLE color: 6119480.

HSL color Cylindrical-coordinate representation of color #38605D: hue angle of 175.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38605D is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 93 -
CMYK 0.42 0 0.03 0.62
HSL 175.5º 0.26% 0.3% -
HSV(B) 175.5º 0.42% 0.38% -
XYZ 7.79 10 11.87 -
YUV 83.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 56 96 93 0.42 0 0.03 0.62 175.5 0.26 0.3
Hex 38 60 5D 2A 0 3 3E B0 1A 1E
Octal 70 140 135 52 0 3 76 260 32 36
Binary 111000 1100000 1011101 101010 0 11 111110 10110000 11010 11110

Color Harmonies of #38605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38605D

Black with #38605D

Text Example


Text Example

White with #38605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38605D; }

 p { color: rgb(56,96,93); }

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

background-color css

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

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

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

border-color css

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

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

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