Html Css Color HEX #3C5052 Oracle

📋 copy color: '#3C5052'

red 60 ◦ green 80 ◦ blue 82

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

Shades of Oracle #3C5052

Tints of Oracle #3C5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 27.03%
G = 36.04%
B = 36.94%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C5052 (or 0x3C5052) is known color: Oracle. HEX triplet: 3C, 50 and 52. RGB value is (60,80,82). Sum of RGB (Red+Green+Blue) = 60+80+82=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C5052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5052 is #C3AFAD. Grayscale: #4A4A4A. Windows color (decimal): -12824494 or 5394492. OLE color: 5394492.

HSL color Cylindrical-coordinate representation of color #3C5052: hue angle of 185.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C5052 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 80 82 -
CMYK 0.27 0.02 0 0.68
HSL 185.45º 0.15% 0.28% -
HSV(B) 185.45º 0.27% 0.32% -
XYZ 6.26 7.31 9.06 -
YUV 74.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 60 80 82 0.27 0.02 0 0.68 185.45 0.15 0.28
Hex 3C 50 52 1B 2 0 44 B9 F 1C
Octal 74 120 122 33 2 0 104 271 17 34
Binary 111100 1010000 1010010 11011 10 0 1000100 10111001 1111 11100

Color Harmonies of #3C5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5052

Black with #3C5052

Text Example


Text Example

White with #3C5052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,82); }

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

background-color css

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

 a { background-color: rgb(60,80,82); }

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

border-color css

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

 span { border-color: rgb(60,80,82); }

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