Html Css Color HEX #346360 Oracle

📋 copy color: '#346360'

red 52 ◦ green 99 ◦ blue 96

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

Shades of Oracle #346360

Tints of Oracle #346360

RGB

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

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

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

R = 21.05%
G = 40.08%
B = 38.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#346360 (or 0x346360) is known color: Oracle. HEX triplet: 34, 63 and 60. RGB value is (52,99,96). Sum of RGB (Red+Green+Blue) = 52+99+96=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #346360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346360 is #CB9C9F. Grayscale: #545454. Windows color (decimal): -13343904 or 6316852. OLE color: 6316852.

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

Color convert

RGB 52 99 96 -
CMYK 0.47 0 0.03 0.61
HSL 176.17º 0.31% 0.3% -
HSV(B) 176.17º 0.47% 0.39% -
XYZ 7.99 10.5 12.67 -
YUV 84.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 52 99 96 0.47 0 0.03 0.61 176.17 0.31 0.3
Hex 34 63 60 2F 0 3 3D B0 1F 1E
Octal 64 143 140 57 0 3 75 260 37 36
Binary 110100 1100011 1100000 101111 0 11 111101 10110000 11111 11110

Color Harmonies of #346360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346360

Black with #346360

Text Example


Text Example

White with #346360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346360; }

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

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

background-color css

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

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

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

border-color css

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

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

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