Html Css Color HEX #3F5D5C Oracle

📋 copy color: '#3F5D5C'

red 63 ◦ green 93 ◦ blue 92

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

Shades of Oracle #3F5D5C

Tints of Oracle #3F5D5C

RGB

 RED value IS 63 (25% from 255) = 25.4%

 GREEN value IS 93 (36.72% from 255) = 37.5%

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 25.4%
G = 37.5%
B = 37.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#3F5D5C (or 0x3F5D5C) is known color: Oracle. HEX triplet: 3F, 5D and 5C. RGB value is (63,93,92). Sum of RGB (Red+Green+Blue) = 63+93+92=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D5C is #C0A2A3. Grayscale: #535353. Windows color (decimal): -12624548 or 6053183. OLE color: 6053183.

HSL color Cylindrical-coordinate representation of color #3F5D5C: hue angle of 178º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D5C is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 93 92 -
CMYK 0.32 0 0.01 0.64
HSL 178º 0.19% 0.31% -
HSV(B) 178º 0.32% 0.36% -
XYZ 7.9 9.66 11.57 -
YUV 83.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 63 93 92 0.32 0 0.01 0.64 178 0.19 0.31
Hex 3F 5D 5C 20 0 1 40 B2 13 1F
Octal 77 135 134 40 0 1 100 262 23 37
Binary 111111 1011101 1011100 100000 0 1 1000000 10110010 10011 11111

Color Harmonies of #3F5D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5D5C

Black with #3F5D5C

Text Example


Text Example

White with #3F5D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5D5C; }

 p { color: rgb(63,93,92); }

 H1.HeaderClassName
 {
   color: #3F5D5C;
 }
 .AnyTagClassName
 {
   color: #3F5D5C;
 }
</style>

background-color css

<style>
 a { background-color: #3F5D5C; }

 a { background-color: rgb(63,93,92); }

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

border-color css

<style>
 span { border-color: #3F5D5C; }

 span { border-color: rgb(63,93,92); }

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