Html Css Color HEX #3C625D Oracle

📋 copy color: '#3C625D'

red 60 ◦ green 98 ◦ blue 93

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

Shades of Oracle #3C625D

Tints of Oracle #3C625D

RGB

 RED value IS 60 (23.83% from 255) = 23.9%

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 23.9%
G = 39.04%
B = 37.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#3C625D (or 0x3C625D) is known color: Oracle. HEX triplet: 3C, 62 and 5D. RGB value is (60,98,93). Sum of RGB (Red+Green+Blue) = 60+98+93=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #3C625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C625D is #C39DA2. Grayscale: #565656. Windows color (decimal): -12819875 or 6119996. OLE color: 6119996.

HSL color Cylindrical-coordinate representation of color #3C625D: hue angle of 172.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C625D is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 98 93 -
CMYK 0.39 0 0.05 0.62
HSL 172.11º 0.24% 0.31% -
HSV(B) 172.11º 0.39% 0.38% -
XYZ 8.21 10.49 11.95 -
YUV 86.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 60 98 93 0.39 0 0.05 0.62 172.11 0.24 0.31
Hex 3C 62 5D 27 0 5 3E AC 18 1F
Octal 74 142 135 47 0 5 76 254 30 37
Binary 111100 1100010 1011101 100111 0 101 111110 10101100 11000 11111

Color Harmonies of #3C625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C625D

Black with #3C625D

Text Example


Text Example

White with #3C625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,98,93); }

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

background-color css

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

 a { background-color: rgb(60,98,93); }

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

border-color css

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

 span { border-color: rgb(60,98,93); }

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