Html Css Color HEX #3C5855 Oracle

📋 copy color: '#3C5855'

red 60 ◦ green 88 ◦ blue 85

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

Shades of Oracle #3C5855

Tints of Oracle #3C5855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 25.75%
G = 37.77%
B = 36.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#3C5855 (or 0x3C5855) is known color: Oracle. HEX triplet: 3C, 58 and 55. RGB value is (60,88,85). Sum of RGB (Red+Green+Blue) = 60+88+85=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5855 is #C3A7AA. Grayscale: #4F4F4F. Windows color (decimal): -12822443 or 5593148. OLE color: 5593148.

HSL color Cylindrical-coordinate representation of color #3C5855: hue angle of 173.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5855 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 85 -
CMYK 0.32 0 0.03 0.65
HSL 173.57º 0.19% 0.29% -
HSV(B) 173.57º 0.32% 0.35% -
XYZ 6.99 8.6 9.88 -
YUV 79.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 60 88 85 0.32 0 0.03 0.65 173.57 0.19 0.29
Hex 3C 58 55 20 0 3 41 AE 13 1D
Octal 74 130 125 40 0 3 101 256 23 35
Binary 111100 1011000 1010101 100000 0 11 1000001 10101110 10011 11101

Color Harmonies of #3C5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5855

Black with #3C5855

Text Example


Text Example

White with #3C5855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,85); }

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

background-color css

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

 a { background-color: rgb(60,88,85); }

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

border-color css

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

 span { border-color: rgb(60,88,85); }

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