Html Css Color HEX #356060 Oracle

📋 copy color: '#356060'

red 53 ◦ green 96 ◦ blue 96

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

Shades of Oracle #356060

Tints of Oracle #356060

RGB

 RED value IS 53 (21.09% from 255) = 21.63%

 GREEN value IS 96 (37.89% from 255) = 39.18%

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

R = 21.63%
G = 39.18%
B = 39.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#356060 (or 0x356060) is known color: Oracle. HEX triplet: 35, 60 and 60. RGB value is (53,96,96). Sum of RGB (Red+Green+Blue) = 53+96+96=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #356060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356060 is #CA9F9F. Grayscale: #535353. Windows color (decimal): -13279136 or 6316085. OLE color: 6316085.

HSL color Cylindrical-coordinate representation of color #356060: hue angle of 180º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356060 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 96 -
CMYK 0.45 0 0 0.62
HSL 180º 0.29% 0.29% -
HSV(B) 180º 0.45% 0.38% -
XYZ 7.76 9.97 12.58 -
YUV 83.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 53 96 96 0.45 0 0 0.62 180 0.29 0.29
Hex 35 60 60 2D 0 0 3E B4 1D 1D
Octal 65 140 140 55 0 0 76 264 35 35
Binary 110101 1100000 1100000 101101 0 0 111110 10110100 11101 11101

Color Harmonies of #356060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356060

Black with #356060

Text Example


Text Example

White with #356060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356060; }

 p { color: rgb(53,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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