Html Css Color HEX #3C6360 Oracle

📋 copy color: '#3C6360'

red 60 ◦ green 99 ◦ blue 96

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

Shades of Oracle #3C6360

Tints of Oracle #3C6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 23.53%
G = 38.82%
B = 37.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#3C6360 (or 0x3C6360) is known color: Oracle. HEX triplet: 3C, 63 and 60. RGB value is (60,99,96). Sum of RGB (Red+Green+Blue) = 60+99+96=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6360 is #C39C9F. Grayscale: #565656. Windows color (decimal): -12819616 or 6316860. OLE color: 6316860.

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

Color convert

RGB 60 99 96 -
CMYK 0.39 0 0.03 0.61
HSL 175.38º 0.25% 0.31% -
HSV(B) 175.38º 0.39% 0.39% -
XYZ 8.44 10.73 12.69 -
YUV 87 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 60 99 96 0.39 0 0.03 0.61 175.38 0.25 0.31
Hex 3C 63 60 27 0 3 3D AF 19 1F
Octal 74 143 140 47 0 3 75 257 31 37
Binary 111100 1100011 1100000 100111 0 11 111101 10101111 11001 11111

Color Harmonies of #3C6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6360

Black with #3C6360

Text Example


Text Example

White with #3C6360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,99,96); }

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

background-color css

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

 a { background-color: rgb(60,99,96); }

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

border-color css

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

 span { border-color: rgb(60,99,96); }

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