Html Css Color HEX #346060 Oracle

📋 copy color: '#346060'

red 52 ◦ green 96 ◦ blue 96

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

Shades of Oracle #346060

Tints of Oracle #346060

RGB

 RED value IS 52 (20.7% from 255) = 21.31%

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

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

R = 21.31%
G = 39.34%
B = 39.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#346060 (or 0x346060) is known color: Oracle. HEX triplet: 34, 60 and 60. RGB value is (52,96,96). Sum of RGB (Red+Green+Blue) = 52+96+96=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #346060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346060 is #CB9F9F. Grayscale: #525252. Windows color (decimal): -13344672 or 6316084. OLE color: 6316084.

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

Color convert

RGB 52 96 96 -
CMYK 0.46 0 0 0.62
HSL 180º 0.3% 0.29% -
HSV(B) 180º 0.46% 0.38% -
XYZ 7.71 9.94 12.58 -
YUV 82.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 52 96 96 0.46 0 0 0.62 180 0.3 0.29
Hex 34 60 60 2E 0 0 3E B4 1E 1D
Octal 64 140 140 56 0 0 76 264 36 35
Binary 110100 1100000 1100000 101110 0 0 111110 10110100 11110 11101

Color Harmonies of #346060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346060

Black with #346060

Text Example


Text Example

White with #346060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346060; }

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

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

background-color css

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

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

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

border-color css

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

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

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