Html Css Color HEX #3C645F Oracle

📋 copy color: '#3C645F'

red 60 ◦ green 100 ◦ blue 95

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

Shades of Oracle #3C645F

Tints of Oracle #3C645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.22%

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 23.53%
G = 39.22%
B = 37.25%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#3C645F (or 0x3C645F) is known color: Oracle. HEX triplet: 3C, 64 and 5F. RGB value is (60,100,95). Sum of RGB (Red+Green+Blue) = 60+100+95=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 100 - color contains mainly: green. Hex color #3C645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C645F is #C39BA0. Grayscale: #575757. Windows color (decimal): -12819361 or 6251580. OLE color: 6251580.

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

Color convert

RGB 60 100 95 -
CMYK 0.4 0 0.05 0.61
HSL 172.5º 0.25% 0.31% -
HSV(B) 172.5º 0.4% 0.39% -
XYZ 8.49 10.9 12.48 -
YUV 87.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 60 100 95 0.4 0 0.05 0.61 172.5 0.25 0.31
Hex 3C 64 5F 28 0 5 3D AC 19 1F
Octal 74 144 137 50 0 5 75 254 31 37
Binary 111100 1100100 1011111 101000 0 101 111101 10101100 11001 11111

Color Harmonies of #3C645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C645F

Black with #3C645F

Text Example


Text Example

White with #3C645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,100,95); }

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

background-color css

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

 a { background-color: rgb(60,100,95); }

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

border-color css

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

 span { border-color: rgb(60,100,95); }

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